Class ArrayAppendFunction

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.functions.FunctionDefinition

    @Internal
    public class ArrayAppendFunction
    extends BuiltInScalarFunction
    Implementation of BuiltInFunctionDefinitions.ARRAY_APPEND.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArrayAppendFunction

        public ArrayAppendFunction​(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
    • Method Detail

      • eval

        @Nullable
        public org.apache.flink.table.data.ArrayData eval​(@Nullable
                                                          org.apache.flink.table.data.ArrayData array,
                                                          Object element)