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

Packages that use tableDesc
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.plan   
 

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

Fields in org.apache.hadoop.hive.ql.exec declared as tableDesc
static tableDesc Utilities.defaultTd
           
 

Methods in org.apache.hadoop.hive.ql.exec that return tableDesc
static tableDesc Utilities.getTableDesc(Table tbl)
           
 tableDesc FetchTask.getTblDesc()
          Return the tableDesc of the fetchWork
 

Uses of tableDesc in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type tableDesc
 List<tableDesc> GenMRProcContext.GenMRUnionCtx.getTTDesc()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type tableDesc
 void GenMRProcContext.GenMRUnionCtx.addTTDesc(tableDesc tt_desc)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return tableDesc
static tableDesc PlanUtils.getBinarySortableTableDesc(List<FieldSchema> fieldSchemas, String order)
          Generate the table descriptor of DynamicSerDe and TBinarySortableProtocol.
static tableDesc PlanUtils.getBinaryTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor of DynamicSerDe and TBinaryProtocol.
static tableDesc PlanUtils.getDefaultTableDesc(String separatorCode)
          Generate the table descriptor of MetadataTypedColumnsetSerDe with the separatorCode.
static tableDesc PlanUtils.getDefaultTableDesc(String separatorCode, String columns)
          Generate the table descriptor of MetadataTypedColumnsetSerDe with the separatorCode and column names (comma separated string).
static tableDesc PlanUtils.getDefaultTableDesc(String separatorCode, String columns, boolean lastColumnTakesRestOfTheLine)
          Generate the table descriptor of MetadataTypedColumnsetSerDe with the separatorCode and column names (comma separated string), and whether the last column should take the rest of the line.
 tableDesc mapredWork.getKeyDesc()
           
 tableDesc reduceSinkDesc.getKeySerializeInfo()
           
static tableDesc PlanUtils.getLazySimpleSerDeTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor of LazySimpleSerDe.
 tableDesc scriptDesc.getScriptInputInfo()
           
 tableDesc scriptDesc.getScriptOutputInfo()
           
 tableDesc loadTableDesc.getTable()
           
 tableDesc partitionDesc.getTableDesc()
           
 tableDesc fileSinkDesc.getTableInfo()
           
 tableDesc fetchWork.getTblDesc()
           
 tableDesc reduceSinkDesc.getValueSerializeInfo()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type tableDesc
 List<tableDesc> mapredWork.getTagToValueDesc()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type tableDesc
 void mapredWork.setKeyDesc(tableDesc keyDesc)
           
 void reduceSinkDesc.setKeySerializeInfo(tableDesc keySerializeInfo)
           
 void scriptDesc.setScriptInputInfo(tableDesc scriptInputInfo)
           
 void scriptDesc.setScriptOutputInfo(tableDesc scriptOutputInfo)
           
 void loadTableDesc.setTable(tableDesc table)
           
 void partitionDesc.setTableDesc(tableDesc table)
           
 void fileSinkDesc.setTableInfo(tableDesc tableInfo)
           
 void fetchWork.setTblDesc(tableDesc tblDesc)
           
 void reduceSinkDesc.setValueSerializeInfo(tableDesc valueSerializeInfo)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type tableDesc
 void mapredWork.setTagToValueDesc(List<tableDesc> tagToValueDesc)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type tableDesc
fetchWork(org.apache.hadoop.fs.Path tblDir, tableDesc tblDesc, int limit)
           
fileSinkDesc(String dirName, tableDesc tableInfo, boolean compressed)
           
fileSinkDesc(String dirName, tableDesc tableInfo, boolean compressed, int destTableId)
           
loadTableDesc(String sourceDir, String tmpDir, tableDesc table, HashMap<String,String> partitionSpec)
           
loadTableDesc(String sourceDir, String tmpDir, tableDesc table, HashMap<String,String> partitionSpec, boolean replace)
           
mapredWork(String command, LinkedHashMap<String,ArrayList<String>> pathToAliases, LinkedHashMap<String,partitionDesc> pathToPartitionInfo, LinkedHashMap<String,Operator<? extends Serializable>> aliasToWork, tableDesc keyDesc, List<tableDesc> tagToValueDesc, Operator<?> reducer, Integer numReduceTasks)
           
partitionDesc(tableDesc table, LinkedHashMap<String,String> partSpec)
           
reduceSinkDesc(ArrayList<exprNodeDesc> keyCols, ArrayList<exprNodeDesc> valueCols, int tag, ArrayList<exprNodeDesc> partitionCols, int numReducers, tableDesc keySerializeInfo, tableDesc valueSerializeInfo)
           
scriptDesc(String scriptCmd, tableDesc scriptOutputInfo, tableDesc scriptInputInfo)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type tableDesc
mapredWork(String command, LinkedHashMap<String,ArrayList<String>> pathToAliases, LinkedHashMap<String,partitionDesc> pathToPartitionInfo, LinkedHashMap<String,Operator<? extends Serializable>> aliasToWork, tableDesc keyDesc, List<tableDesc> tagToValueDesc, Operator<?> reducer, Integer numReduceTasks)
           
 



Copyright © 2009 The Apache Software Foundation