org.apache.hadoop.hive.ql.optimizer.ppr
Class OpWalkerCtx
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.ppr.OpWalkerCtx
- All Implemented Interfaces:
- NodeProcessorCtx
public class OpWalkerCtx
- extends Object
- implements NodeProcessorCtx
Context class for operator tree walker for partition pruner.
TODO: this class may be not useful.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpWalkerCtx
public OpWalkerCtx(HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner)
- Constructor.
getOpToPartPruner
public HashMap<TableScanOperator,ExprNodeDesc> getOpToPartPruner()
Copyright © 2012 The Apache Software Foundation