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

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

public class Vectorizer
extends Object
implements PhysicalPlanResolver


Field Summary
protected static org.apache.commons.logging.Log LOG
           
 
Constructor Summary
Vectorizer()
           
 
Method Summary
 PhysicalContext resolve(PhysicalContext pctx)
          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
 

Field Detail

LOG

protected static final transient org.apache.commons.logging.Log LOG
Constructor Detail

Vectorizer

public Vectorizer()
Method Detail

resolve

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

Specified by:
resolve in interface PhysicalPlanResolver
Returns:
the physical plan
Throws:
SemanticException


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