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

Packages that use LoadTableDesc
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type LoadTableDesc
 List<LoadTableDesc> ParseContext.getLoadTableWork()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type LoadTableDesc
 void ParseContext.setLoadTableWork(List<LoadTableDesc> loadTableWork)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type LoadTableDesc
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, HashMap<String,Operator<? extends Serializable>> topOps, HashMap<String,Operator<? extends Serializable>> topSelOps, LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx, Map<JoinOperator,QBJoinTree> joinContext, HashMap<TableScanOperator,Table> topToTable, List<LoadTableDesc> loadTableWork, List<LoadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx, List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer, Map<GroupByOperator,Set<String>> groupOpToInputTables, Map<String,PrunedPartitionList> prunedPartitions, HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return LoadTableDesc
 LoadTableDesc StatsWork.getLoadTableDesc()
           
 LoadTableDesc MoveWork.getLoadTableWork()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type LoadTableDesc
 void MoveWork.setLoadTableWork(LoadTableDesc loadTableWork)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type LoadTableDesc
MoveWork(HashSet<ReadEntity> inputs, HashSet<WriteEntity> outputs, LoadTableDesc loadTableWork, LoadFileDesc loadFileWork, boolean checkFileFormat)
           
StatsWork(LoadTableDesc loadTableDesc)
           
 



Copyright © 2011 The Apache Software Foundation