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.exec.persistence   
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
           
 

Fields in org.apache.hadoop.hive.ql.exec with type parameters of type tableDesc
protected  Map<Byte,tableDesc> CommonJoinOperator.spillTableDesc
           
 

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

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type tableDesc
MapJoinOperator.MapJoinObjectCtx(ObjectInspector standardOI, SerDe serde, tableDesc tblDesc, org.apache.hadoop.conf.Configuration conf)
           
 

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

Methods in org.apache.hadoop.hive.ql.exec.persistence with parameters of type tableDesc
 void RowContainer.setTableDesc(tableDesc tblDesc)
           
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return tableDesc
 tableDesc GenMRProcContext.GenMRMapJoinCtx.getTTDesc()
           
 

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)
           
static void GenMapRedUtils.setTaskPlan(String path, String alias, Operator<? extends Serializable> topOp, mapredWork plan, boolean local, tableDesc tt_desc)
          set the current task in the mapredWork
 void GenMRProcContext.GenMRMapJoinCtx.setTTDesc(tableDesc tt_desc)
           
 

Constructors in org.apache.hadoop.hive.ql.optimizer with parameters of type tableDesc
GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir, tableDesc tt_desc, Operator<? extends Serializable> rootMapJoinOp, MapJoinOperator oldMapJoin)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return tableDesc
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.
static tableDesc PlanUtils.getDefaultTableDesc(String separatorCode, String columns, String columnTypes, 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.
static tableDesc PlanUtils.getIntermediateFileTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for intermediate files.
 tableDesc mapredWork.getKeyDesc()
           
 tableDesc reduceSinkDesc.getKeySerializeInfo()
           
 tableDesc mapJoinDesc.getKeyTblDesc()
           
static tableDesc PlanUtils.getMapJoinKeyTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for Map-side join key.
static tableDesc PlanUtils.getMapJoinValueTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for Map-side join key.
static tableDesc PlanUtils.getReduceKeyTableDesc(List<FieldSchema> fieldSchemas, String order)
          Generate the table descriptor for reduce key.
static tableDesc PlanUtils.getReduceValueTableDesc(List<FieldSchema> fieldSchemas)
          Generate the table descriptor for intermediate files.
 tableDesc scriptDesc.getScriptInputInfo()
           
 tableDesc scriptDesc.getScriptOutputInfo()
           
 tableDesc loadTableDesc.getTable()
           
 tableDesc partitionDesc.getTableDesc()
           
static tableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns)
          Generate the table descriptor of given serde with the separatorCode and column names (comma separated string).
static tableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, boolean lastColumnTakesRestOfTheLine)
          Generate the table descriptor of the serde specified with the separatorCode and column names (comma separated string), and whether the last column should take the rest of the line.
static tableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, String columnTypes, boolean lastColumnTakesRestOfTheLine)
           
static tableDesc PlanUtils.getTableDesc(Class<? extends Deserializer> serdeClass, String separatorCode, String columns, String columnTypes, boolean lastColumnTakesRestOfTheLine, boolean useJSONForLazy)
           
static tableDesc PlanUtils.getTableDesc(createTableDesc crtTblDesc, String cols, String colTypes)
          Generate a table descriptor from a createTableDesc.
 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()
           
 List<tableDesc> mapJoinDesc.getValueTblDescs()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type tableDesc
 void mapredWork.setKeyDesc(tableDesc keyDesc)
           
 void reduceSinkDesc.setKeySerializeInfo(tableDesc keySerializeInfo)
           
 void mapJoinDesc.setKeyTblDesc(tableDesc keyTblDesc)
           
 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)
           
 void mapJoinDesc.setValueTblDescs(List<tableDesc> valueTblDescs)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type tableDesc
fetchWork(String tblDir, tableDesc tblDesc)
           
fetchWork(String 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)
           
mapJoinDesc(Map<Byte,List<exprNodeDesc>> keys, tableDesc keyTblDesc, Map<Byte,List<exprNodeDesc>> values, List<tableDesc> valueTblDescs, ArrayList<String> outputColumnNames, int posBigTable, joinCond[] conds)
           
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, mapredLocalWork mapLocalWork)
           
partitionDesc(tableDesc table, LinkedHashMap<String,String> partSpec)
           
partitionDesc(tableDesc table, LinkedHashMap<String,String> partSpec, Class<? extends Deserializer> serdeClass, Class<? extends org.apache.hadoop.mapred.InputFormat> inputFileFormatClass, Class<?> outputFormat, Properties properties, String serdeClassName)
           
reduceSinkDesc(ArrayList<exprNodeDesc> keyCols, ArrayList<exprNodeDesc> valueCols, ArrayList<String> outputKeyColumnNames, ArrayList<String> outputValueolumnNames, int tag, ArrayList<exprNodeDesc> partitionCols, int numReducers, tableDesc keySerializeInfo, tableDesc valueSerializeInfo)
           
scriptDesc(String scriptCmd, tableDesc scriptInputInfo, Class<? extends RecordWriter> inRecordWriterClass, tableDesc scriptOutputInfo, Class<? extends RecordReader> outRecordReaderClass)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type tableDesc
mapJoinDesc(Map<Byte,List<exprNodeDesc>> keys, tableDesc keyTblDesc, Map<Byte,List<exprNodeDesc>> values, List<tableDesc> valueTblDescs, ArrayList<String> outputColumnNames, int posBigTable, joinCond[] conds)
           
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, mapredLocalWork mapLocalWork)
           
 



Copyright © 2009 The Apache Software Foundation