Class RexImpTable.TrimImplementor

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TrimImplementor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrimImplementor

        private TrimImplementor()
    • 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