org.apache.hadoop.hive.ql.optimizer.ppr
Class ExprPrunerInfo

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

public class ExprPrunerInfo
extends Object
implements NodeProcessorCtx

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


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

Constructor Detail

ExprPrunerInfo

public ExprPrunerInfo()
Method Detail

getTabAlias

public String getTabAlias()

setTabAlias

public void setTabAlias(String tabAlias)


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