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

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

public class LBExprProcCtx
extends Object
implements NodeProcessorCtx

The processor context for list bucketing pruner. This contains the table alias that is being currently processed.


Constructor Summary
LBExprProcCtx(String tabAlias, Partition part)
           
 
Method Summary
 Partition getPart()
           
 String getTabAlias()
           
 void setTabAlias(String tabAlias)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LBExprProcCtx

public LBExprProcCtx(String tabAlias,
                     Partition part)
Method Detail

getTabAlias

public String getTabAlias()
Returns:

setTabAlias

public void setTabAlias(String tabAlias)
Parameters:
tabAlias -

getPart

public Partition getPart()
Returns:
the part


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