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