Uses of Class
org.apache.hadoop.hive.ql.optimizer.physical.BucketingSortingCtx

Packages that use BucketingSortingCtx
org.apache.hadoop.hive.ql.optimizer.physical   
 

Uses of BucketingSortingCtx in org.apache.hadoop.hive.ql.optimizer.physical
 

Methods in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type BucketingSortingCtx
protected  Object BucketingSortingOpProcFactory.GroupByInferrer.processGroupBy(Operator<? extends OperatorDesc> parent, GroupByOperator gop, BucketingSortingCtx bctx)
          Process a GroupByOperator to determine which if any columns the output is bucketed and sorted by, assumes the columns output by the parent which are bucketed and sorted have already been determined.
protected  void BucketingSortingOpProcFactory.GroupByInferrer.processGroupByReduceSink(ReduceSinkOperator rop, GroupByOperator gop, BucketingSortingCtx bctx)
          Process the ReduceSinkOperator preceding a GroupByOperator to determine which columns are bucketed and sorted.
 



Copyright © 2012 The Apache Software Foundation