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.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.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 © 2010 The Apache Software Foundation