public static class OpProcFactory.TableScanLineage extends OpProcFactory.DefaultLineage implements NodeProcessor
LOG| Constructor and Description |
|---|
TableScanLineage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
process(Node nd,
java.util.Stack<Node> stack,
NodeProcessorCtx procCtx,
java.lang.Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public java.lang.Object process(Node nd, java.util.Stack<Node> stack, NodeProcessorCtx procCtx, java.lang.Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessorprocess in class OpProcFactory.DefaultLineagend - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2012 The Apache Software Foundation