public static class MapJoinProcessor.CurrentMapJoin extends Object implements NodeProcessor
| Constructor and Description | 
|---|
CurrentMapJoin()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
process(Node nd,
       Stack<Node> stack,
       NodeProcessorCtx procCtx,
       Object... nodeOutputs)
Store the current mapjoin in the context. 
 | 
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
process in interface NodeProcessornd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.