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.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.plan
 

Classes in org.apache.hadoop.hive.ql.plan with annotations of type Explain
 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 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 GroupByDesc
          GroupByDesc.
 class JoinDesc
          Join operator Descriptor implementation.
 class LateralViewForwardDesc
          LateralViewForwardDesc.
 class LateralViewJoinDesc
          LateralViewJoinDesc.
 class LimitDesc
          LimitDesc.
 class MapJoinDesc
          Map Join operator Descriptor implementation.
 class MapredLocalWork
          MapredLocalWork.
 class MapredWork
          MapredWork.
 class MoveWork
          MoveWork.
 class PartitionDesc
          PartitionDesc.
 class ReduceSinkDesc
          ReduceSinkDesc.
 class ScriptDesc
          ScriptDesc.
 class SelectDesc
          SelectDesc.
 class ShowDatabasesDesc
          ShowDatabasesDesc.
 class ShowFunctionsDesc
          ShowFunctionsDesc.
 class ShowPartitionsDesc
          ShowPartitionsDesc.
 class ShowTablesDesc
          ShowTablesDesc.
 class ShowTableStatusDesc
          ShowTableStatusDesc.
 class SMBJoinDesc
           
 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.
 

Methods in org.apache.hadoop.hive.ql.plan with annotations of type Explain
 String SelectDesc.explainNoCompute()
           
 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()
           
 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()
           
 String CreateTableDesc.getComment()
           
 String CreateViewDesc.getComment()
           
 String CreateDatabaseDesc.getComment()
           
 boolean FileSinkDesc.getCompressed()
           
 List<JoinCondDesc> JoinDesc.getCondsList()
           
 CreateTableDesc DDLWork.getCreateTblDesc()
           
 CreateTableLikeDesc DDLWork.getCreateTblLikeDesc()
           
 CreateViewDesc DDLWork.getCreateViewDesc()
           
 String DropDatabaseDesc.getDatabaseName()
           
 String SwitchDatabaseDesc.getDatabaseName()
           
 String ShowTableStatusDesc.getDbName()
           
 DescFunctionDesc DDLWork.getDescFunctionDesc()
           
 DescTableDesc DDLWork.getDescTblDesc()
           
 int FileSinkDesc.getDestTableId()
           
 String FileSinkDesc.getDirName()
           
 DropTableDesc DDLWork.getDropTblDesc()
           
 Map<Byte,String> JoinDesc.getExprsStringMap()
           
 String AggregationDesc.getExprString()
           
 String ExprNodeNullDesc.getExprString()
           
 String ExprNodeConstantDesc.getExprString()
           
 String ExprNodeFieldDesc.getExprString()
           
 String ExprNodeColumnDesc.getExprString()
           
 String ExprNodeGenericFuncDesc.getExprString()
           
 String CreateTableDesc.getFieldDelim()
           
 String CreateTableDesc.getFieldEscape()
           
 String CopyWork.getFromPath()
           
 String DropFunctionDesc.getFunctionName()
           
 String CreateFunctionDesc.getFunctionName()
           
 boolean JoinDesc.getHandleSkewJoin()
           
 boolean DropDatabaseDesc.getIfExists()
           
 boolean CreateTableDesc.getIfNotExists()
           
 boolean CreateTableLikeDesc.getIfNotExists()
           
 boolean CreateViewDesc.getIfNotExists()
           
 boolean CreateDatabaseDesc.getIfNotExists()
           
 String PartitionDesc.getInputFileFormatClassName()
           
 String TableDesc.getInputFileFormatClassName()
           
 String CreateTableDesc.getInputFormat()
           
 String AlterTableDesc.getInputFormat()
           
 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>> MapJoinDesc.getKeys()
           
 String CreateTableLikeDesc.getLikeTableName()
           
 int FetchWork.getLimit()
           
 String CreateTableDesc.getLineDelim()
           
 LoadFileDesc MoveWork.getLoadFileWork()
           
 LoadTableDesc MoveWork.getLoadTableWork()
           
 String CreateTableDesc.getLocation()
           
 String CreateTableLikeDesc.getLocation()
           
 String CreateDatabaseDesc.getLocationUri()
           
 String CreateTableDesc.getMapKeyDelim()
           
 MapredLocalWork MapredWork.getMapLocalWork()
           
 String GroupByDesc.getModeString()
           
 String DescFunctionDesc.getName()
           
 String CreateDatabaseDesc.getName()
           
 boolean MapredWork.getNeedsTagging()
           
 List<String> AlterTableDesc.getNewColsString()
           
 String AlterTableDesc.getNewName()
           
 int CreateTableDesc.getNumBuckets()
           
 int FileSinkDesc.getNumFiles()
           
 String AlterTableDesc.getOldName()
           
 String ReduceSinkDesc.getOrder()
          Returns the sort order of the key columns.
 ArrayList<String> GroupByDesc.getOutputColumnNames()
           
 List<String> JoinDesc.getOutputColumnNames()
           
 ArrayList<String> SelectDesc.getOutputColumnNames()
           
 String PartitionDesc.getOutputFileFormatClassName()
           
 String TableDesc.getOutputFileFormatClassName()
           
 String CreateTableDesc.getOutputFormat()
           
 String AlterTableDesc.getOutputFormat()
           
 ArrayList<String> LateralViewJoinDesc.getOutputInternalColNames()
           
 List<String> CreateTableDesc.getPartColsString()
           
 ArrayList<ExprNodeDesc> ReduceSinkDesc.getPartitionCols()
           
 Map<String,String> LoadTableDesc.getPartitionSpec()
           
 HashMap<String,String> ShowTableStatusDesc.getPartSpec()
           
 HashMap<String,String> DescTableDesc.getPartSpec()
           
 LinkedHashMap<String,String> PartitionDesc.getPartSpec()
           
 Map<String,String> ShowPartitionsDesc.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 MapJoinDesc.getPosBigTable()
           
 ExprNodeDesc FilterDesc.getPredicate()
           
 Properties PartitionDesc.getProperties()
           
 Properties TableDesc.getProperties()
           
 HashMap<String,String> AlterTableDesc.getProps()
           
 Operator<?> MapredWork.getReducer()
           
 boolean LoadTableDesc.getReplace()
           
 String DescFunctionDesc.getResFile()
           
 String DescTableDesc.getResFile()
           
 String ShowPartitionsDesc.getResFile()
           
 String ShowTablesDesc.getResFile()
           
 String ShowFunctionsDesc.getResFile()
           
 String ShowDatabasesDesc.getResFile()
           
 String ShowTableStatusDesc.getResFileString()
           
 FilterDesc.sampleDesc FilterDesc.getSampleDescr()
           
 List<String> CreateViewDesc.getSchemaString()
           
 String ScriptDesc.getScriptCmd()
           
 TableDesc ScriptDesc.getScriptOutputInfo()
           
 String PartitionDesc.getSerdeClassName()
           
 String TableDesc.getSerdeClassName()
           
 String AlterTableDesc.getSerdeName()
           
 Map<String,String> CreateTableDesc.getSerdeProps()
           
 String CreateTableDesc.getSerName()
           
 ShowDatabasesDesc DDLWork.getShowDatabasesDesc()
           
 ShowFunctionsDesc DDLWork.getShowFuncsDesc()
           
 ShowPartitionsDesc DDLWork.getShowPartsDesc()
           
 ShowTablesDesc DDLWork.getShowTblsDesc()
           
 ArrayList<Order> CreateTableDesc.getSortCols()
           
 String LoadDesc.getSourceDir()
           
 String CreateTableDesc.getStorageHandler()
           
 String AlterTableDesc.getStorageHandler()
           
 TableDesc LoadTableDesc.getTable()
           
 TableDesc PartitionDesc.getTableDesc()
           
 TableDesc FileSinkDesc.getTableInfo()
           
 String CreateTableDesc.getTableName()
           
 String CreateTableLikeDesc.getTableName()
           
 String DescTableDesc.getTableName()
           
 String PartitionDesc.getTableName()
           
 String DropTableDesc.getTableName()
           
 String TableDesc.getTableName()
           
 String ShowPartitionsDesc.getTabName()
           
 int ReduceSinkDesc.getTag()
           
 String LoadFileDesc.getTargetDir()
           
 Map<String,String> CreateTableDesc.getTblProps()
           
 Map<String,String> CreateViewDesc.getTblProps()
           
 String LoadTableDesc.getTmpDir()
           
 String CopyWork.getToPath()
           
 int FileSinkDesc.getTotalFiles()
           
 String ExprNodeDesc.getTypeString()
           
 String UDTFDesc.getUDTFName()
           
 ArrayList<ExprNodeDesc> ReduceSinkDesc.getValueCols()
           
 String CreateViewDesc.getViewExpandedText()
           
 String CreateViewDesc.getViewName()
           
 String CreateViewDesc.getViewOriginalText()
           
 boolean CreateTableDesc.isExternal()
           
 boolean CreateTableLikeDesc.isExternal()
           
 boolean FileSinkDesc.isMultiFileSpray()
           
 



Copyright © 2010 The Apache Software Foundation