public static class OpTraitsRulesProcFactory.SelectRule extends Object implements SemanticNodeProcessor
| Constructor and Description |
|---|
SelectRule() |
| Modifier and Type | Method and Description |
|---|---|
List<List<String>> |
getConvertedColNames(List<List<String>> parentColNames,
SelectOperator selOp,
boolean processSortCols) |
Object |
process(Node nd,
Stack<Node> stack,
NodeProcessorCtx procCtx,
Object... nodeOutputs)
Generic process for all ops that don't have specific implementations.
|
public List<List<String>> getConvertedColNames(List<List<String>> parentColNames, SelectOperator selOp, boolean processSortCols)
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx, Object... nodeOutputs) throws SemanticException
SemanticNodeProcessorprocess in interface NodeProcessorprocess in interface SemanticNodeProcessornd - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.