public class SparkReduceSinkMapJoinProc extends Object implements NodeProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
SparkReduceSinkMapJoinProc.SparkMapJoinFollowedByGroupByProcessor |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
SparkReduceSinkMapJoinProc() |
| Modifier and Type | Method and Description |
|---|---|
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procContext,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procContext, Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessornd - operator to processprocContext - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.