You are viewing documentation about an older version (1.3.0). View latest version

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.