org.apache.hadoop.hive.ql.optimizer.pcr
Class PcrOpWalkerCtx.OpToDeleteInfo

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.pcr.PcrOpWalkerCtx.OpToDeleteInfo
Enclosing class:
PcrOpWalkerCtx

public static class PcrOpWalkerCtx.OpToDeleteInfo
extends Object


Constructor Summary
PcrOpWalkerCtx.OpToDeleteInfo(Operator<? extends OperatorDesc> parent, FilterOperator operator)
           
 
Method Summary
 FilterOperator getOperator()
           
 Operator<? extends OperatorDesc> getParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PcrOpWalkerCtx.OpToDeleteInfo

public PcrOpWalkerCtx.OpToDeleteInfo(Operator<? extends OperatorDesc> parent,
                                     FilterOperator operator)
Method Detail

getParent

public Operator<? extends OperatorDesc> getParent()

getOperator

public FilterOperator getOperator()


Copyright © 2014 The Apache Software Foundation. All rights reserved.