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

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

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

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

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type LoadFileDesc
protected  void TaskCompiler.genColumnStatsTask(QB qb, List<LoadTableDesc> loadTableWork, List<LoadFileDesc> loadFileWork, List<Task<? extends Serializable>> rootTasks)
          A helper function to generate a column stats task on top of map-red task.
 void ParseContext.setLoadFileWork(List<LoadFileDesc> loadFileWork)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type LoadFileDesc
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, HashMap<String,Operator<? extends OperatorDesc>> topOps, HashMap<String,Operator<? extends OperatorDesc>> topSelOps, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx, Map<JoinOperator,QBJoinTree> joinContext, Map<SMBMapJoinOperator,QBJoinTree> smbMapJoinContext, HashMap<TableScanOperator,Table> topToTable, HashMap<TableScanOperator,Map<String,String>> topToProps, Map<FileSinkOperator,Table> fsopToTable, 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, GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks, Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPartToSkewedPruner, Map<String,ReadEntity> viewAliasToInput, List<ReduceSinkOperator> reduceSinkOperatorsAddedByEnforceBucketingSorting, QueryProperties queryProperties)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return LoadFileDesc
 LoadFileDesc StatsWork.getLoadFileDesc()
           
 LoadFileDesc MoveWork.getLoadFileWork()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type LoadFileDesc
 void MoveWork.setLoadFileWork(LoadFileDesc loadFileWork)
           
 

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



Copyright © 2014 The Apache Software Foundation. All rights reserved.