Class RexImpTable.DatetimeArithmeticImplementor

  • All Implemented Interfaces:
    NotNullImplementor
    Enclosing class:
    RexImpTable

    private static class RexImpTable.DatetimeArithmeticImplementor
    extends java.lang.Object
    implements NotNullImplementor
    Implementor for various datetime arithmetic.
    • Constructor Detail

      • DatetimeArithmeticImplementor

        private DatetimeArithmeticImplementor()
    • Method Detail

      • implement

        public Expression implement​(RexToLixTranslator translator,
                                    RexCall call,
                                    java.util.List<Expression> translatedOperands)
        Description copied from interface: NotNullImplementor
        Implements a call with assumption that all the null-checking is implemented by caller.
        Specified by:
        implement in interface NotNullImplementor
        Parameters:
        translator - translator to implement the code
        call - call to implement
        translatedOperands - arguments of a call
        Returns:
        expression that implements given call