Class ArrayPrependFunction

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

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

      • ArrayPrependFunction

        public ArrayPrependFunction​(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)