|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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<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<MapJoinOperator> 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 |
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(Set<ReadEntity> inputs,
Set<WriteEntity> outputs,
loadTableDesc loadTableWork,
loadFileDesc loadFileWork,
boolean checkFileFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |