public static class OpProcFactory.SimpleFilterPPD extends OpProcFactory.FilterPPD implements SemanticNodeProcessor
| Constructor and Description |
|---|
SimpleFilterPPD() |
| 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.
|
logExpr, mergeChildrenPred, mergeWithChildrenPredpublic Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
SemanticNodeProcessorprocess in interface NodeProcessorprocess in interface SemanticNodeProcessorprocess in class OpProcFactory.FilterPPDnd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.