snowflake.snowpark.functions.array_construct¶
- snowflake.snowpark.functions.array_construct(*cols: ColumnOrName) Column [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L3564-L3571)¶
Returns an ARRAY constructed from zero, one, or more inputs.
- Parameters:
cols – Columns containing the values (or expressions that evaluate to values). The values do not all need to be of the same data type.