public class TableAccessAnalyzer.JoinProcessor extends Object implements NodeProcessor
| Modifier and Type | Field and Description |
|---|---|
protected ParseContext |
pGraphContext |
| Constructor and Description |
|---|
JoinProcessor(ParseContext pGraphContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
protected ParseContext pGraphContext
public JoinProcessor(ParseContext pGraphContext)
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs)
NodeProcessorprocess in interface NodeProcessornd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkCopyright © 2019 The Apache Software Foundation. All Rights Reserved.