org.apache.hadoop.hive.ql.optimizer.physical
Class IndexWhereResolver

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.physical.IndexWhereResolver
All Implemented Interfaces:
PhysicalPlanResolver

public class IndexWhereResolver
extends Object
implements PhysicalPlanResolver


Constructor Summary
IndexWhereResolver()
           
 
Method Summary
 PhysicalContext resolve(PhysicalContext physicalContext)
          All physical plan resolvers have to implement this entry method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWhereResolver

public IndexWhereResolver()
Method Detail

resolve

public PhysicalContext resolve(PhysicalContext physicalContext)
                        throws SemanticException
Description copied from interface: PhysicalPlanResolver
All physical plan resolvers have to implement this entry method.

Specified by:
resolve in interface PhysicalPlanResolver
Returns:
Throws:
SemanticException


Copyright © 2011 The Apache Software Foundation