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

Packages that use explain
org.apache.hadoop.hive.ql.exec   
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
           
 class collectDesc
           
 class ConditionalWork
           
 class copyWork
           
 class createFunctionDesc
           
 class createTableDesc
           
 class createTableLikeDesc
           
 class descFunctionDesc
           
 class descTableDesc
           
 class dropFunctionDesc
           
 class dropTableDesc
           
 class explosionDesc
           
 class extractDesc
           
 class fetchWork
           
 class fileSinkDesc
           
 class filterDesc
           
 class forwardDesc
           
 class groupByDesc
           
 class joinDesc
          Join operator Descriptor implementation.
 class lateralViewJoinDesc
           
 class limitDesc
           
 class mapJoinDesc
          Map Join operator Descriptor implementation.
 class mapredLocalWork
           
 class mapredWork
           
 class moveWork
           
 class partitionDesc
           
 class reduceSinkDesc
           
 class scriptDesc
           
 class selectDesc
           
 class showFunctionsDesc
           
 class showPartitionsDesc
           
 class showTablesDesc
           
 class showTableStatusDesc
           
 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,fetchWork> mapredLocalWork.getAliasToFetchWork()
           
 LinkedHashMap<String,Operator<? extends Serializable>> mapredLocalWork.getAliasToWork()
           
 LinkedHashMap<String,Operator<? extends Serializable>> mapredWork.getAliasToWork()
           
 String alterTableDesc.getAlterTableTypeString()
           
 alterTableDesc DDLWork.getAlterTblDesc()
           
 String partitionDesc.getBaseFileName()
           
 List<String> createTableDesc.getBucketCols()
           
 boolean groupByDesc.getBucketGroup()
           
 String createFunctionDesc.getClassName()
           
 ArrayList<exprNodeDesc> selectDesc.getColList()
           
 String createTableDesc.getCollItemDelim()
           
 List<String> createTableDesc.getColsString()
           
 String createTableDesc.getComment()
           
 boolean fileSinkDesc.getCompressed()
           
 List<joinCond> joinDesc.getCondsList()
           
 createTableDesc DDLWork.getCreateTblDesc()
           
 createTableLikeDesc DDLWork.getCreateTblLikeDesc()
           
 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 exprNodeGenericFuncDesc.getExprString()
           
 String exprNodeFieldDesc.getExprString()
           
 String exprNodeConstantDesc.getExprString()
           
 String exprNodeColumnDesc.getExprString()
           
 String createTableDesc.getFieldDelim()
           
 String createTableDesc.getFieldEscape()
           
 String copyWork.getFromPath()
           
 String dropFunctionDesc.getFunctionName()
           
 String createFunctionDesc.getFunctionName()
           
 boolean createTableLikeDesc.getIfNotExists()
           
 boolean createTableDesc.getIfNotExists()
           
 String partitionDesc.getInputFileFormatClassName()
           
 String tableDesc.getInputFileFormatClassName()
           
 String createTableDesc.getInputFormat()
           
 String alterTableDesc.getInputFormat()
           
 boolean loadFileDesc.getIsDfsDir()
           
 boolean filterDesc.getIsSamplingPred()
           
 String joinCond.getJoinCondString()
           
 ArrayList<exprNodeDesc> reduceSinkDesc.getKeyCols()
           
 Map<Byte,List<exprNodeDesc>> mapJoinDesc.getKeys()
           
 ArrayList<exprNodeDesc> groupByDesc.getKeys()
           
 String createTableLikeDesc.getLikeTableName()
           
 int fetchWork.getLimit()
           
 String createTableDesc.getLineDelim()
           
 List<? extends Serializable> ConditionalWork.getListWorks()
           
 loadFileDesc moveWork.getLoadFileWork()
           
 loadTableDesc moveWork.getLoadTableWork()
           
 String createTableLikeDesc.getLocation()
           
 String createTableDesc.getLocation()
           
 String createTableDesc.getMapKeyDelim()
           
 mapredLocalWork mapredWork.getMapLocalWork()
           
 Map<String,String> createTableDesc.getMapProp()
           
 String groupByDesc.getModeString()
           
 String descFunctionDesc.getName()
           
 boolean mapredWork.getNeedsTagging()
           
 List<String> alterTableDesc.getNewColsString()
           
 String alterTableDesc.getNewName()
           
 int createTableDesc.getNumBuckets()
           
 String alterTableDesc.getOldName()
           
 String reduceSinkDesc.getOrder()
          Returns the sort order of the key columns.
 ArrayList<String> selectDesc.getOutputColumnNames()
           
 ArrayList<String> groupByDesc.getOutputColumnNames()
           
 ArrayList<String> joinDesc.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()
           
 HashMap<String,String> loadTableDesc.getPartitionSpec()
           
 LinkedHashMap<String,String> partitionDesc.getPartSpec()
           
 HashMap<String,String> descTableDesc.getPartSpec()
           
 HashMap<String,String> showTableStatusDesc.getPartSpec()
           
 LinkedHashMap<String,ArrayList<String>> mapredWork.getPathToAliases()
           
 LinkedHashMap<String,partitionDesc> mapredWork.getPathToPartitionInfo()
           
 String showTableStatusDesc.getPattern()
           
 String showFunctionsDesc.getPattern()
           
 String showTablesDesc.getPattern()
           
 int mapJoinDesc.getPosBigTable()
           
 exprNodeDesc filterDesc.getPredicate()
           
 Properties partitionDesc.getProperties()
           
 Properties tableDesc.getProperties()
           
 Map<String,String> alterTableDesc.getProps()
           
 Operator<?> mapredWork.getReducer()
           
 boolean loadTableDesc.getReplace()
           
 String showPartitionsDesc.getResFileString()
           
 String descTableDesc.getResFileString()
           
 String showTableStatusDesc.getResFileString()
           
 String descFunctionDesc.getResFileString()
           
 String showFunctionsDesc.getResFileString()
           
 String showTablesDesc.getResFileString()
           
 filterDesc.sampleDesc filterDesc.getSampleDescr()
           
 String scriptDesc.getScriptCmd()
           
 tableDesc scriptDesc.getScriptOutputInfo()
           
 String partitionDesc.getSerdeClassName()
           
 String tableDesc.getSerdeClassName()
           
 String alterTableDesc.getSerdeName()
           
 String createTableDesc.getSerName()
           
 showFunctionsDesc DDLWork.getShowFuncsDesc()
           
 showPartitionsDesc DDLWork.getShowPartsDesc()
           
 showTablesDesc DDLWork.getShowTblsDesc()
           
 List<Order> createTableDesc.getSortCols()
           
 String loadDesc.getSourceDir()
           
 tableDesc loadTableDesc.getTable()
           
 tableDesc partitionDesc.getTableDesc()
           
 tableDesc fileSinkDesc.getTableInfo()
           
 String partitionDesc.getTableName()
           
 String createTableLikeDesc.getTableName()
           
 String createTableDesc.getTableName()
           
 String dropTableDesc.getTableName()
           
 String descTableDesc.getTableName()
           
 String tableDesc.getTableName()
           
 String showPartitionsDesc.getTabName()
           
 int reduceSinkDesc.getTag()
           
 String loadFileDesc.getTargetDir()
           
 String loadTableDesc.getTmpDir()
           
 String copyWork.getToPath()
           
 String exprNodeDesc.getTypeString()
           
 String udtfDesc.getUDTFName()
           
 ArrayList<exprNodeDesc> reduceSinkDesc.getValueCols()
           
 boolean createTableLikeDesc.isExternal()
           
 boolean createTableDesc.isExternal()
           
 



Copyright © 2009 The Apache Software Foundation