public class Vectorizer extends Object implements PhysicalPlanResolver
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
Vectorizer() |
Modifier and Type | Method and Description |
---|---|
void |
debugDisplayAllMaps(BaseWork work) |
Boolean |
nonVectorizableChildOfGroupBy(Operator<? extends OperatorDesc> op) |
PhysicalContext |
resolve(PhysicalContext physicalContext)
All physical plan resolvers have to implement this entry method.
|
public PhysicalContext resolve(PhysicalContext physicalContext) throws SemanticException
PhysicalPlanResolver
resolve
in interface PhysicalPlanResolver
SemanticException
public Boolean nonVectorizableChildOfGroupBy(Operator<? extends OperatorDesc> op)
public void debugDisplayAllMaps(BaseWork work)
Copyright © 2017 The Apache Software Foundation. All rights reserved.