snowflake.snowpark.functions.to_array¶ snowflake.snowpark.functions.to_array(e: ColumnOrName) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2676-L2679)¶ Converts any value to an ARRAY value or NULL (if input is NULL).