org.apache.hadoop.hive.ql.optimizer.ppr
Class ExprProcCtx
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprProcCtx
public ExprProcCtx(String tabAlias)
getTabAlias
public String getTabAlias()
setTabAlias
public void setTabAlias(String tabAlias)
getHasNonPartCols
public boolean getHasNonPartCols()
setHasNonPartCols
public void setHasNonPartCols(boolean val)
Copyright © 2011 The Apache Software Foundation