public static class StatsRulesProcFactory.FilterStatsRule extends StatsRulesProcFactory.DefaultStatsRule implements SemanticNodeProcessor
| Constructor and Description |
|---|
FilterStatsRule() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
evaluateExpression(Statistics stats,
ExprNodeDesc pred,
AnnotateStatsProcCtx aspCtx,
List<String> neededCols,
Operator<?> op,
long currNumRows) |
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
SemanticNodeProcessorprocess in interface NodeProcessorprocess in interface SemanticNodeProcessorprocess in class StatsRulesProcFactory.DefaultStatsRulend - operator to processprocCtx - operator processor contextnodeOutputs - A variable argument list of outputs from other nodes in the walkSemanticExceptionprotected long evaluateExpression(Statistics stats, ExprNodeDesc pred, AnnotateStatsProcCtx aspCtx, List<String> neededCols, Operator<?> op, long currNumRows) throws SemanticException
SemanticExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.