Uses of Class
org.apache.hadoop.hive.ql.plan.Explain

Packages that use Explain
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.io.rcfile.merge   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of Explain in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with annotations of type Explain
 T Operator.getConf()
           
 

Uses of Explain in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Classes in org.apache.hadoop.hive.ql.io.rcfile.merge with annotations of type Explain
 class MergeWork
           
 

Uses of Explain in org.apache.hadoop.hive.ql.parse
 

Classes in org.apache.hadoop.hive.ql.parse with annotations of type Explain
 class AlterTablePartMergeFilesDesc
           
 

Methods in org.apache.hadoop.hive.ql.parse with annotations of type Explain
 HashMap<String,String> AlterTablePartMergeFilesDesc.getPartSpec()
           
 double SplitSample.getPercent()
           
 int SplitSample.getSeedNum()
           
 String AlterTablePartMergeFilesDesc.getTableName()
           
 

Uses of Explain in org.apache.hadoop.hive.ql.plan
 

Classes in org.apache.hadoop.hive.ql.plan with annotations of type Explain
 class AlterDatabaseDesc
          AlterDatabaseDesc.
 class AlterIndexDesc
          AlterIndexDesc.
 class AlterTableDesc
          AlterTableDesc.
 class ArchiveWork
          ArchiveWork.
 class CollectDesc
          CollectDesc.
 class ConditionalWork
          ConditionalWork.
 class CopyWork
          CopyWork.
 class CreateDatabaseDesc
          CreateDatabaseDesc.
 class CreateFunctionDesc
          CreateFunctionDesc.
 class CreateTableDesc
          CreateTableDesc.
 class CreateTableLikeDesc
          CreateTableLikeDesc.
 class CreateViewDesc
          CreateViewDesc.
 class DescDatabaseDesc
          DescDatabaseDesc.
 class DescFunctionDesc
          DescFunctionDesc.
 class DescTableDesc
          DescTableDesc.
 class DropDatabaseDesc
          DropDatabaseDesc.
 class DropFunctionDesc
          DropFunctionDesc.
 class DropTableDesc
          DropTableDesc.
 class ExplosionDesc
          ExplosionDesc.
 class ExtractDesc
          ExtractDesc.
 class FetchWork
          FetchWork.
 class FileSinkDesc
          FileSinkDesc.
 class FilterDesc
          FilterDesc.
 class ForwardDesc
          ForwardDesc.
 class GrantDesc
           
 class GrantRevokeRoleDDL
           
 class GroupByDesc
          GroupByDesc.
 class HashTableDummyDesc
          HashTable Dummy Descriptor implementation.
 class HashTableSinkDesc
          Map Join operator Descriptor implementation.
 class JoinDesc
          Join operator Descriptor implementation.
 class LateralViewForwardDesc
          LateralViewForwardDesc.
 class LateralViewJoinDesc
          LateralViewJoinDesc.
 class LimitDesc
          LimitDesc.
 class LockTableDesc
          LockTableDesc.
 class MapJoinDesc
          Map Join operator Descriptor implementation.
 class MapredLocalWork
          MapredLocalWork.
 class MapredWork
          MapredWork.
 class MoveWork
          MoveWork.
 class PartitionDesc
          PartitionDesc.
 class PartitionSpec
          PartitionSpec
 class PrincipalDesc
           
 class PrivilegeDesc
           
 class PrivilegeObjectDesc
           
 class ReduceSinkDesc
          ReduceSinkDesc.
 class RevokeDesc
           
 class RoleDDLDesc
           
 class ScriptDesc
          ScriptDesc.
 class SelectDesc
          SelectDesc.
 class ShowDatabasesDesc
          ShowDatabasesDesc.
 class ShowFunctionsDesc
          ShowFunctionsDesc.
 class ShowGrantDesc
           
 class ShowIndexesDesc
          ShowIndexesDesc.
 class ShowLocksDesc
          ShowLocksDesc.
 class ShowPartitionsDesc
          ShowPartitionsDesc.
 class ShowTablesDesc
          ShowTablesDesc.
 class ShowTableStatusDesc
          ShowTableStatusDesc.
 class SMBJoinDesc
           
 class StatsWork
          ConditionalStats.
 class SwitchDatabaseDesc
          SwitchDatabaseDesc.
 class TableScanDesc
          Table Scan Descriptor Currently, data is only read from a base source as part of map-reduce framework.
 class UDTFDesc
          All member variables should have a setters and getters of the form get and set or else they won't be recreated properly at run time.
 class UnionDesc
          unionDesc is a empty class currently.
 class UnlockTableDesc
          UnlockTableDesc.
 

Methods in org.apache.hadoop.hive.ql.plan with annotations of type Explain
 String SelectDesc.explainNoCompute()
           
 String StatsWork.getAggKey()
           
 ArrayList<AggregationDesc> GroupByDesc.getAggregators()
           
 String TableScanDesc.getAlias()
           
 LinkedHashMap<String,LinkedHashMap<String,ArrayList<String>>> MapredLocalWork.BucketMapJoinContext.getAliasBucketBaseFileNameMapping()
           
 LinkedHashMap<String,LinkedHashMap<String,ArrayList<String>>> MapredLocalWork.BucketMapJoinContext.getAliasBucketFileNameMapping()
           
 LinkedHashMap<String,FetchWork> MapredLocalWork.getAliasToFetchWork()
           
 LinkedHashMap<String,Operator<? extends Serializable>> MapredWork.getAliasToWork()
           
 LinkedHashMap<String,Operator<? extends Serializable>> MapredLocalWork.getAliasToWork()
           
 String AlterTableDesc.getAlterTableTypeString()
           
 AlterTableDesc DDLWork.getAlterTblDesc()
           
 String PartitionDesc.getBaseFileName()
           
 String AlterIndexDesc.getBaseTableName()
           
 ArrayList<String> CreateTableDesc.getBucketCols()
           
 LinkedHashMap<String,Integer> MapredLocalWork.BucketMapJoinContext.getBucketFileNameMapping()
           
 boolean GroupByDesc.getBucketGroup()
           
 MapredLocalWork.BucketMapJoinContext MapredLocalWork.getBucketMapjoinContext()
           
 String CreateFunctionDesc.getClassName()
           
 ArrayList<ExprNodeDesc> SelectDesc.getColList()
           
 String CreateTableDesc.getCollItemDelim()
           
 List<String> CreateTableDesc.getColsString()
           
 List<String> PrivilegeDesc.getColumns()
           
 String CreateViewDesc.getComment()
           
 String CreateDatabaseDesc.getComment()
           
 String AlterDatabaseDesc.getComment()
           
 String CreateTableDesc.getComment()
           
 boolean FileSinkDesc.getCompressed()
           
 List<JoinCondDesc> JoinDesc.getCondsList()
           
 CreateTableDesc DDLWork.getCreateTblDesc()
           
 CreateTableLikeDesc DDLWork.getCreateTblLikeDesc()
           
 CreateViewDesc DDLWork.getCreateViewDesc()
           
 String SwitchDatabaseDesc.getDatabaseName()
           
 String AlterDatabaseDesc.getDatabaseName()
           
 String DropDatabaseDesc.getDatabaseName()
           
 String DescDatabaseDesc.getDatabaseName()
           
 String ShowTableStatusDesc.getDbName()
           
 String ShowTablesDesc.getDbName()
           
 String CreateTableLikeDesc.getDefaultInputFormat()
           
 String CreateTableLikeDesc.getDefaultOutputFormat()
           
 Map<String,String> CreateTableLikeDesc.getDefaultSerdeProps()
           
 String CreateTableLikeDesc.getDefaultSerName()
           
 DescFunctionDesc DDLWork.getDescFunctionDesc()
           
 DescTableDesc DDLWork.getDescTblDesc()
           
 int FileSinkDesc.getDestTableId()
           
 String FileSinkDesc.getDirName()
           
 DropTableDesc DDLWork.getDropTblDesc()
           
 Map<Byte,String> JoinDesc.getExprsStringMap()
           
 String ExprNodeConstantDesc.getExprString()
           
 String ExprNodeGenericFuncDesc.getExprString()
           
 String ExprNodeFieldDesc.getExprString()
           
 String AggregationDesc.getExprString()
           
 String ExprNodeNullDesc.getExprString()
           
 String ExprNodeColumnDesc.getExprString()
           
 String CreateTableDesc.getFieldDelim()
           
 String CreateTableDesc.getFieldEscape()
           
 ExprNodeDesc TableScanDesc.getFilterExpr()
           
 Map<Byte,String> JoinDesc.getFiltersStringMap()
          Get the string representation of filters.
 String CopyWork.getFromPath()
           
 String CreateFunctionDesc.getFunctionName()
           
 String DropFunctionDesc.getFunctionName()
           
 boolean GrantRevokeRoleDDL.getGrant()
           
 boolean JoinDesc.getHandleSkewJoin()
           
 PrivilegeObjectDesc ShowGrantDesc.getHiveObj()
           
 boolean DropDatabaseDesc.getIfExists()
           
 boolean CreateViewDesc.getIfNotExists()
           
 boolean CreateDatabaseDesc.getIfNotExists()
           
 boolean AlterDatabaseDesc.getIfNotExists()
           
 boolean CreateTableLikeDesc.getIfNotExists()
           
 boolean CreateTableDesc.getIfNotExists()
           
 String AlterIndexDesc.getIndexName()
           
 String TableDesc.getInputFileFormatClassName()
           
 String PartitionDesc.getInputFileFormatClassName()
           
 String AlterTableDesc.getInputFormat()
           
 String CreateTableDesc.getInputFormat()
           
 boolean LoadMultiFilesDesc.getIsDfsDir()
           
 boolean LoadFileDesc.getIsDfsDir()
           
 boolean FilterDesc.getIsSamplingPred()
           
 Map<String,String> TableDesc.getJobProperties()
           
 String JoinCondDesc.getJoinCondString()
           
 ArrayList<ExprNodeDesc> ReduceSinkDesc.getKeyCols()
           
 ArrayList<ExprNodeDesc> GroupByDesc.getKeys()
           
 Map<Byte,List<ExprNodeDesc>> HashTableSinkDesc.getKeys()
           
 Map<Byte,List<ExprNodeDesc>> MapJoinDesc.getKeys()
           
 String CreateTableLikeDesc.getLikeTableName()
           
 int FetchWork.getLimit()
           
 String CreateTableDesc.getLineDelim()
           
 LoadFileDesc MoveWork.getLoadFileWork()
           
 LoadMultiFilesDesc MoveWork.getLoadMultiFilesWork()
           
 LoadTableDesc MoveWork.getLoadTableWork()
           
 String CreateTableLikeDesc.getLocation()
           
 String CreateTableDesc.getLocation()
           
 String CreateDatabaseDesc.getLocationUri()
           
 String AlterDatabaseDesc.getLocationUri()
           
 LockTableDesc DDLWork.getLockTblDesc()
           
 String CreateTableDesc.getMapKeyDelim()
           
 MapredLocalWork MapredWork.getMapLocalWork()
           
 String GroupByDesc.getModeString()
           
 String CreateDatabaseDesc.getName()
           
 String RoleDDLDesc.getName()
           
 String DescFunctionDesc.getName()
           
 String PrincipalDesc.getName()
           
 HashMap<String,SplitSample> MapredWork.getNameToSplitSample()
           
 boolean MapredWork.getNeedsTagging()
           
 List<String> AlterTableDesc.getNewColsString()
           
 String AlterTableDesc.getNewName()
           
 String JoinDesc.getNullSafeString()
           
 int CreateTableDesc.getNumBuckets()
           
 int FileSinkDesc.getNumFiles()
           
 String PrivilegeObjectDesc.getObject()
           
 String AlterTableDesc.getOldName()
           
 RoleDDLDesc.RoleOperation RoleDDLDesc.getOperation()
           
 String ReduceSinkDesc.getOrder()
          Returns the sort order of the key columns.
 boolean CreateViewDesc.getOrReplace()
           
 List<String> JoinDesc.getOutputColumnNames()
           
 ArrayList<String> GroupByDesc.getOutputColumnNames()
           
 ArrayList<String> SelectDesc.getOutputColumnNames()
           
 String TableDesc.getOutputFileFormatClassName()
           
 String PartitionDesc.getOutputFileFormatClassName()
           
 String AlterTableDesc.getOutputFormat()
           
 String CreateTableDesc.getOutputFormat()
           
 ArrayList<String> LateralViewJoinDesc.getOutputInternalColNames()
           
 List<String> CreateViewDesc.getPartColsString()
           
 List<String> CreateTableDesc.getPartColsString()
           
 ArrayList<ExprNodeDesc> ReduceSinkDesc.getPartitionCols()
           
 Map<String,String> LoadTableDesc.getPartitionSpec()
           
 HashMap<String,String> PrivilegeObjectDesc.getPartSpec()
           
 HashMap<String,String> ShowLocksDesc.getPartSpec()
           
 HashMap<String,String> ShowTableStatusDesc.getPartSpec()
           
 HashMap<String,String> DescTableDesc.getPartSpec()
           
 Map<String,String> ShowPartitionsDesc.getPartSpec()
           
 LinkedHashMap<String,String> PartitionDesc.getPartSpec()
           
 LinkedHashMap<String,ArrayList<String>> MapredWork.getPathToAliases()
           
 LinkedHashMap<String,PartitionDesc> MapredWork.getPathToPartitionInfo()
           
 String ShowTableStatusDesc.getPattern()
           
 String ShowTablesDesc.getPattern()
           
 String ShowFunctionsDesc.getPattern()
           
 String ShowDatabasesDesc.getPattern()
           
 int HashTableSinkDesc.getPosBigTable()
           
 int MapJoinDesc.getPosBigTable()
           
 ExprNodeDesc FilterDesc.getPredicate()
           
 PrincipalDesc ShowGrantDesc.getPrincipalDesc()
           
 List<PrincipalDesc> GrantRevokeRoleDDL.getPrincipalDesc()
           
 List<PrincipalDesc> GrantDesc.getPrincipals()
           
 Privilege PrivilegeDesc.getPrivilege()
           
 List<PrivilegeDesc> GrantDesc.getPrivileges()
           
 PrivilegeObjectDesc GrantDesc.getPrivilegeSubjectDesc()
           
 Properties TableDesc.getProperties()
           
 Properties PartitionDesc.getProperties()
           
 Map<String,String> AlterIndexDesc.getProps()
           
 HashMap<String,String> AlterTableDesc.getProps()
           
 Operator<?> MapredWork.getReducer()
           
 boolean LoadTableDesc.getReplace()
           
 String ShowLocksDesc.getResFile()
           
 String DescTableDesc.getResFile()
           
 String DescFunctionDesc.getResFile()
           
 String ShowTablesDesc.getResFile()
           
 String DescDatabaseDesc.getResFile()
           
 String ShowFunctionsDesc.getResFile()
           
 String ShowPartitionsDesc.getResFile()
           
 String ShowDatabasesDesc.getResFile()
           
 String ShowTableStatusDesc.getResFileString()
           
 List<String> GrantRevokeRoleDDL.getRoles()
           
 FilterDesc.sampleDesc FilterDesc.getSampleDescr()
           
 List<String> CreateViewDesc.getSchemaString()
           
 String ScriptDesc.getScriptCmd()
           
 TableDesc ScriptDesc.getScriptOutputInfo()
           
 String TableDesc.getSerdeClassName()
           
 String PartitionDesc.getSerdeClassName()
           
 String AlterTableDesc.getSerdeName()
           
 Map<String,String> CreateTableDesc.getSerdeProps()
           
 String CreateTableDesc.getSerName()
           
 ShowDatabasesDesc DDLWork.getShowDatabasesDesc()
           
 ShowFunctionsDesc DDLWork.getShowFuncsDesc()
           
 ShowIndexesDesc DDLWork.getShowIndexesDesc()
           
 ShowLocksDesc DDLWork.getShowLocksDesc()
           
 ShowPartitionsDesc DDLWork.getShowPartsDesc()
           
 ShowTablesDesc DDLWork.getShowTblsDesc()
           
 ArrayList<Order> CreateTableDesc.getSortCols()
           
 String LoadDesc.getSourceDir()
           
 List<String> LoadMultiFilesDesc.getSourceDirs()
           
 String FileSinkDesc.getStaticSpec()
           
 String FileSinkDesc.getStatsAggPrefix()
          Construct the key prefix used as (intermediate) statistics publishing and aggregation.
 String TableScanDesc.getStatsAggPrefix()
           
 String AlterTableDesc.getStorageHandler()
           
 String CreateTableDesc.getStorageHandler()
           
 TableDesc LoadTableDesc.getTable()
           
 boolean PrivilegeObjectDesc.getTable()
           
 TableDesc PartitionDesc.getTableDesc()
           
 TableDesc FileSinkDesc.getTableInfo()
           
 String TableDesc.getTableName()
           
 String DropTableDesc.getTableName()
           
 String ShowLocksDesc.getTableName()
           
 String CreateTableLikeDesc.getTableName()
           
 String DescTableDesc.getTableName()
           
 String CreateTableDesc.getTableName()
           
 String PartitionDesc.getTableName()
           
 String ShowPartitionsDesc.getTabName()
           
 int ReduceSinkDesc.getTag()
           
 String LoadFileDesc.getTargetDir()
           
 List<String> LoadMultiFilesDesc.getTargetDirs()
           
 Map<String,String> CreateViewDesc.getTblProps()
           
 Map<String,String> CreateTableDesc.getTblProps()
           
 String LoadTableDesc.getTmpDir()
           
 String CopyWork.getToPath()
           
 int FileSinkDesc.getTotalFiles()
           
 PrincipalType PrincipalDesc.getType()
           
 String ExprNodeDesc.getTypeString()
           
 String UDTFDesc.getUDTFName()
           
 UnlockTableDesc DDLWork.getUnlockTblDesc()
           
 ArrayList<ExprNodeDesc> ReduceSinkDesc.getValueCols()
           
 String CreateViewDesc.getViewExpandedText()
           
 String CreateViewDesc.getViewName()
           
 String CreateViewDesc.getViewOriginalText()
           
 boolean CreateTableLikeDesc.isExternal()
           
 boolean CreateTableDesc.isExternal()
           
 boolean FileSinkDesc.isGatherStats()
           
 boolean TableScanDesc.isGatherStats()
           
 boolean GrantDesc.isGrantOption()
           
 boolean FileSinkDesc.isMultiFileSpray()
           
 



Copyright © 2011 The Apache Software Foundation