Uses of Class
org.apache.hadoop.hive.ql.exec.FileSinkOperator

Packages that use FileSinkOperator
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.session   
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type FileSinkOperator
 List<FileSinkOperator> GenMRProcContext.getSeenFileSinkOps()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type FileSinkOperator
 void GenMRProcContext.setSeenFileSinkOps(List<FileSinkOperator> seenFileSinkOps)
           
 

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type FileSinkOperator
 Map<FileSinkOperator,Table> ParseContext.getFsopToTable()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type FileSinkOperator
 void ParseContext.setFsopToTable(Map<FileSinkOperator,Table> fsopToTable)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type FileSinkOperator
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 FileSinkOperator in org.apache.hadoop.hive.ql.session
 

Methods in org.apache.hadoop.hive.ql.session with parameters of type FileSinkOperator
 void LineageState.mapDirToFop(String dir, FileSinkOperator fop)
          Adds a mapping from the load work to the file sink operator.
 



Copyright © 2012 The Apache Software Foundation