snowflake.snowpark.functions.array_flatten¶
- snowflake.snowpark.functions.array_flatten(array: Union[Column, str]) Column [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.12.0/src/snowflake/snowpark/functions.py#L3773-L3783)¶
Returns a single array from an array or arrays. If the array is nested more than two levels deep, then only a single level of nesting is removed.
Must enable parameter ENABLE_ARRAY_FLATTEN_FUNCTION in your session.
- Parameters:
array – the input array