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

Packages that use ListBucketingCtx
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.io.rcfile.merge   
org.apache.hadoop.hive.ql.io.rcfile.truncate   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of ListBucketingCtx in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as ListBucketingCtx
protected  ListBucketingCtx FileSinkOperator.lbCtx
           
 

Uses of ListBucketingCtx in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge that return ListBucketingCtx
 ListBucketingCtx MergeWork.getListBucketingCtx()
           
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type ListBucketingCtx
 void MergeWork.setListBucketingCtx(ListBucketingCtx listBucketingCtx)
           
 

Uses of ListBucketingCtx in org.apache.hadoop.hive.ql.io.rcfile.truncate
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate that return ListBucketingCtx
 ListBucketingCtx ColumnTruncateWork.getListBucketingCtx()
           
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type ListBucketingCtx
 void ColumnTruncateWork.setListBucketingCtx(ListBucketingCtx listBucketingCtx)
           
 

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

Methods in org.apache.hadoop.hive.ql.parse that return ListBucketingCtx
protected  ListBucketingCtx BaseSemanticAnalyzer.constructListBucketingCtx(List<String> skewedColNames, List<List<String>> skewedValues, Map<List<String>,String> skewedColValueLocationMaps, boolean isStoredAsSubDirectories, HiveConf conf)
          Construct list bucketing context.
 ListBucketingCtx AlterTablePartMergeFilesDesc.getLbCtx()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type ListBucketingCtx
 void AlterTablePartMergeFilesDesc.setLbCtx(ListBucketingCtx lbCtx)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return ListBucketingCtx
 ListBucketingCtx LoadTableDesc.getLbCtx()
           
 ListBucketingCtx TruncateTableDesc.getLbCtx()
           
 ListBucketingCtx ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.getLbCtx()
           
 ListBucketingCtx FileSinkDesc.getLbCtx()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type ListBucketingCtx
 void LoadTableDesc.setLbCtx(ListBucketingCtx lbCtx)
           
 void TruncateTableDesc.setLbCtx(ListBucketingCtx lbCtx)
           
 void ConditionalResolverMergeFiles.ConditionalResolverMergeFilesCtx.setLbCtx(ListBucketingCtx lbCtx)
           
 void FileSinkDesc.setLbCtx(ListBucketingCtx lbCtx)
           
 



Copyright © 2012 The Apache Software Foundation