org.apache.hadoop.hive.ql.optimizer.listbucketingpruner
Class LBOpPartitionWalkerCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.listbucketingpruner.LBOpPartitionWalkerCtx
All Implemented Interfaces:
NodeProcessorCtx

public class LBOpPartitionWalkerCtx
extends Object
implements NodeProcessorCtx

Context used by list bucketing pruner to get all partitions


Constructor Summary
LBOpPartitionWalkerCtx(ParseContext parseContext)
          Constructor.
 
Method Summary
 ParseContext getParseContext()
          Return parse context.
 PrunedPartitionList getPartitions()
          Return partitions.
 void setPartitions(PrunedPartitionList partitions)
          Set partitions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBOpPartitionWalkerCtx

public LBOpPartitionWalkerCtx(ParseContext parseContext)
Constructor.

Method Detail

getParseContext

public ParseContext getParseContext()
Return parse context.

Returns:

getPartitions

public PrunedPartitionList getPartitions()
Return partitions.

Returns:
the partitions

setPartitions

public void setPartitions(PrunedPartitionList partitions)
Set partitions.

Parameters:
partitions - the partitions to set


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