public static class OpProcFactory.JoinerPPD extends OpProcFactory.DefaultPPD implements NodeProcessor
| Constructor and Description |
|---|
OpProcFactory.JoinerPPD() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
getAliases(Node nd) |
protected Object |
handlePredicates(Node nd,
ExprWalkerInfo prunePreds,
OpWalkerInfo owi) |
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
logExpr, mergeChildrenPred, mergeWithChildrenPredpublic Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessorprocess in class OpProcFactory.DefaultPPDnd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionprotected Set<String> getAliases(Node nd) throws SemanticException
SemanticExceptionprotected Object handlePredicates(Node nd, ExprWalkerInfo prunePreds, OpWalkerInfo owi) throws SemanticException
SemanticExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.