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

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

public class ExprProcCtx
extends Object
implements NodeProcessorCtx

The processor context for partition pruner. This contains the table alias that is being currently processed. TODO: this class may be not useful.


Constructor Summary
ExprProcCtx(String tabAlias)
           
 
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

ExprProcCtx

public ExprProcCtx(String tabAlias)
Method Detail

getTabAlias

public String getTabAlias()

setTabAlias

public void setTabAlias(String tabAlias)


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