Class ReduceDecimalsRule.DecimalShuttle

java.lang.Object
org.apache.calcite.rex.RexShuttle
org.apache.calcite.rel.rules.ReduceDecimalsRule.DecimalShuttle
All Implemented Interfaces:
RexVisitor<RexNode>
Enclosing class:
ReduceDecimalsRule

public static class ReduceDecimalsRule.DecimalShuttle extends RexShuttle
A shuttle which converts decimal expressions to expressions based on longs.
  • Method Details