Class UdfTest.ArrayAppendIntegerFunction

  • All Implemented Interfaces:
    org.apache.calcite.schema.Function, org.apache.calcite.schema.ImplementableFunction, org.apache.calcite.schema.ScalarFunction
    Enclosing class:
    UdfTest

    private class UdfTest.ArrayAppendIntegerFunction
    extends UdfTest.ArrayAppendScalarFunction
    Function with signature "f(ARRAY OF INTEGER, INTEGER) returns ARRAY OF INTEGER".
    • Constructor Detail

      • ArrayAppendIntegerFunction

        private ArrayAppendIntegerFunction()
    • Method Detail

      • getReturnType

        public org.apache.calcite.rel.type.RelDataType getReturnType​(org.apache.calcite.rel.type.RelDataTypeFactory typeFactory)