java.lang.Object
org.apache.beam.sdk.extensions.sql.impl.udaf.StringAgg

public class StringAgg extends Object
Combine.CombineFns for aggregating strings or bytes with an optional delimiter (default comma).

StringAgg.StringAggString does not support NULL values.

  • Constructor Details

    • StringAgg

      public StringAgg()