Class ReduceDecimalsRule.PassThroughExpander

  • Enclosing class:
    ReduceDecimalsRule

    private class ReduceDecimalsRule.PassThroughExpander
    extends ReduceDecimalsRule.RexExpander
    An expander that substitutes decimals with their integer representations. If the output is decimal, the output is reinterpreted from the integer representation into a decimal.
    • Constructor Detail

      • PassThroughExpander

        private PassThroughExpander​(RexBuilder builder)