public class SparkCrossProductCheck extends Object implements PhysicalPlanResolver, Dispatcher
Constructor and Description |
---|
SparkCrossProductCheck() |
Modifier and Type | Method and Description |
---|---|
Object |
dispatch(Node nd,
Stack<Node> stack,
Object... nodeOutputs)
Dispatcher function.
|
PhysicalContext |
resolve(PhysicalContext pctx)
All physical plan resolvers have to implement this entry method.
|
public Object dispatch(Node nd, Stack<Node> stack, Object... nodeOutputs) throws SemanticException
Dispatcher
dispatch
in interface Dispatcher
nd
- operator to process.stack
- operator stack to process.nodeOutputs
- The argument list of outputs from processing other nodes that are
passed to this dispatcher from the walker.SemanticException
public PhysicalContext resolve(PhysicalContext pctx) throws SemanticException
PhysicalPlanResolver
resolve
in interface PhysicalPlanResolver
SemanticException
Copyright © 2017 The Apache Software Foundation. All rights reserved.