Class CoalesceFunction

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

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

      • CoalesceFunction

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