Class RexImpTable.MethodNameImplementor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String methodName  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodNameImplementor​(java.lang.String methodName)  
    • 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
    • Field Detail

      • methodName

        protected final java.lang.String methodName
    • Constructor Detail

      • MethodNameImplementor

        MethodNameImplementor​(java.lang.String methodName)
    • 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