org.apache.hadoop.hive.ql.optimizer.pcr
Class PcrExprProcCtx
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.pcr.PcrExprProcCtx
- All Implemented Interfaces:
- NodeProcessorCtx
public class PcrExprProcCtx
- extends Object
- implements NodeProcessorCtx
The processor context for partition condition remover. This contains
partition pruned for the table scan and table alias.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PcrExprProcCtx
public PcrExprProcCtx(String tabAlias,
List<Partition> partList)
getTabAlias
public String getTabAlias()
setTabAlias
public void setTabAlias(String tabAlias)
getPartList
public List<Partition> getPartList()
setPartList
public void setPartList(List<Partition> partList)
Copyright © 2011 The Apache Software Foundation