Class AbstractUdfFunctionConfig

    • Constructor Detail

      • AbstractUdfFunctionConfig

        public AbstractUdfFunctionConfig()
    • Method Detail

      • getFunctionName

        public abstract java.lang.String getFunctionName()
      • getLanguage

        public abstract UdfLanguage getLanguage()
      • getSourceLocation

        public abstract java.lang.String getSourceLocation()
        source code of the function provided as an unified resource identifier
      • getSourceCode

        public abstract java.lang.String getSourceCode()
        source code of the function provided inline
      • getImplementationReference

        public abstract java.lang.String getImplementationReference()
      • getSourceFunctionName

        public abstract java.lang.String getSourceFunctionName()
      • getReturnType

        public abstract PropertyType getReturnType()