org.apache.hadoop.hive.ql.optimizer.physical.index
Class IndexWhereProcCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.physical.index.IndexWhereProcCtx
All Implemented Interfaces:
NodeProcessorCtx

public class IndexWhereProcCtx
extends Object
implements NodeProcessorCtx


Constructor Summary
IndexWhereProcCtx(Task<? extends Serializable> task, ParseContext parseCtx)
           
 
Method Summary
 Task<? extends Serializable> getCurrentTask()
           
 ParseContext getParseContext()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWhereProcCtx

public IndexWhereProcCtx(Task<? extends Serializable> task,
                         ParseContext parseCtx)
Method Detail

getParseContext

public ParseContext getParseContext()

getCurrentTask

public Task<? extends Serializable> getCurrentTask()


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