public static class OpProcFactory.DefaultPPD extends Object implements NodeProcessor
| Constructor and Description |
|---|
OpProcFactory.DefaultPPD() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
logExpr(Node nd,
ExprWalkerInfo ewi) |
protected ExprWalkerInfo |
mergeChildrenPred(Node nd,
OpWalkerInfo owi,
Set<String> excludedAliases,
boolean ignoreAliases) |
protected boolean |
mergeWithChildrenPred(Node nd,
OpWalkerInfo owi,
ExprWalkerInfo ewi,
Set<String> aliases)
Take current operators pushdown predicates and merges them with
children's pushdown predicates.
|
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
NodeProcessorprocess in interface NodeProcessornd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionprotected void logExpr(Node nd, ExprWalkerInfo ewi)
nd - ewi - protected boolean mergeWithChildrenPred(Node nd, OpWalkerInfo owi, ExprWalkerInfo ewi, Set<String> aliases) throws SemanticException
nd - current operatorowi - operator context during this walkewi - pushdown predicates (part of expression walker info)aliases - aliases that this operator can pushdown. null means that all
aliases can be pushed downSemanticExceptionprotected ExprWalkerInfo mergeChildrenPred(Node nd, OpWalkerInfo owi, Set<String> excludedAliases, boolean ignoreAliases) throws SemanticException
SemanticExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.