Interface NotNullImplementor

    • Method Detail

      • implement

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