public class CrossProductHandler extends Object implements PhysicalPlanResolver, Dispatcher
| Modifier and Type | Class and Description |
|---|---|
static class |
CrossProductHandler.ExtractReduceSinkInfo |
static class |
CrossProductHandler.MapJoinCheck |
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
CrossProductHandler() |
| 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 PhysicalContext resolve(PhysicalContext pctx) throws SemanticException
PhysicalPlanResolverresolve in interface PhysicalPlanResolverSemanticExceptionpublic Object dispatch(Node nd, Stack<Node> stack, Object... nodeOutputs) throws SemanticException
Dispatcherdispatch in interface Dispatchernd - 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.SemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.