org.apache.hadoop.hive.ql.optimizer.pcr
Class PcrOpWalkerCtx
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpWalkerCtx
- All Implemented Interfaces:
- NodeProcessorCtx
public class PcrOpWalkerCtx
- extends Object
- implements NodeProcessorCtx
Context class for operator tree walker for partition condition remover.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PcrOpWalkerCtx
public PcrOpWalkerCtx(ParseContext parseContext,
List<PcrOpWalkerCtx.OpToDeleteInfo> opToRemove)
- Constructor.
getParseContext
public ParseContext getParseContext()
getOpToRemove
public List<PcrOpWalkerCtx.OpToDeleteInfo> getOpToRemove()
Copyright © 2012 The Apache Software Foundation