Class JsonObjectAgg

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

    public class JsonObjectAgg
    extends org.apache.flink.table.functions.AggregateFunction<Object,​ObjectAgg>
    Aggregation function that merges JSON objects into a single JSON object. If two JSON objects share the same field name, the value of the later one is used in the aggregated result.
    See Also:
    Serialized Form