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
 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<String,PartitionPruner> aliasToPruner, HashMap<String,SamplePruner> aliasToSamplePruner, HashMap<String,Operator<? extends Serializable>> topOps, HashMap<String,Operator<? extends Serializable>> topSelOps, HashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx, List<loadTableDesc> loadTableWork, List<loadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type loadFileDesc
 List<loadFileDesc> moveWork.getLoadFileWork()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type loadFileDesc
 void moveWork.setLoadFileWork(List<loadFileDesc> loadFileWork)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type loadFileDesc
moveWork(List<loadTableDesc> loadTableWork, List<loadFileDesc> loadFileWork, boolean checkFileFormat)
           
 



Copyright © 2009 The Apache Software Foundation