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)
PcrExprProcCtx
public PcrExprProcCtx(String tabAlias,
List<Partition> partList,
List<VirtualColumn> vcs)
getTabAlias
public String getTabAlias()
getPartList
public List<Partition> getPartList()
getVirtualColumns
public List<VirtualColumn> getVirtualColumns()
Copyright © 2012 The Apache Software Foundation