Class UdfTest.ArrayAppendDoubleFunction

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

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

      • ArrayAppendDoubleFunction

        private ArrayAppendDoubleFunction()
    • Method Detail

      • getReturnType

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