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] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L3521-L3525)

Returns the input values, pivoted into an ARRAY. If the input is empty, an empty ARRAY is returned.

Language: English