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

Packages that use FileSinkOperator.FSPaths
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
 

Uses of FileSinkOperator.FSPaths in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as FileSinkOperator.FSPaths
protected  FileSinkOperator.FSPaths FileSinkOperator.fsp
           
 

Fields in org.apache.hadoop.hive.ql.exec with type parameters of type FileSinkOperator.FSPaths
protected  HashMap<String,FileSinkOperator.FSPaths> FileSinkOperator.valToPaths
           
 

Methods in org.apache.hadoop.hive.ql.exec that return FileSinkOperator.FSPaths
protected  FileSinkOperator.FSPaths FileSinkOperator.getDynOutPaths(List<String> row, String lbDirName)
           
protected  FileSinkOperator.FSPaths FileSinkOperator.lookupListBucketingPaths(String lbDirName)
          Lookup list bucketing path.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type FileSinkOperator.FSPaths
protected  void FileSinkOperator.createBucketFiles(FileSinkOperator.FSPaths fsp)
           
protected  void FileSinkOperator.createBucketForFileIdx(FileSinkOperator.FSPaths fsp, int filesIdx)
           
 



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