public class ReduceDecimalsRule.DecimalShuttle extends RexShuttle
| Constructor and Description |
|---|
ReduceDecimalsRule.DecimalShuttle(RexBuilder rexBuilder) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
visitCall(RexCall call)
Rewrites a call in place, from bottom up, as follows:
visit operands
visit call node
rewrite call
visit the rewritten call
|
apply, apply, apply, mutate, visitArray, visitCorrelVariable, visitDynamicParam, visitFieldAccess, visitFieldCollations, visitInputRef, visitList, visitList, visitLiteral, visitLocalRef, visitOver, visitRangeRef, visitWindowpublic ReduceDecimalsRule.DecimalShuttle(RexBuilder rexBuilder)
public RexNode visitCall(RexCall call)
visitCall in interface RexVisitor<RexNode>visitCall in class RexShuttleCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.