snowflake.snowpark.functions.array_agg¶ snowflake.snowpark.functions.array_agg(col: ColumnOrName, is_distinct: bool = False) → Column[source]¶ Returns the input values, pivoted into an ARRAY. If the input is empty, an empty ARRAY is returned.