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

snowflake.snowpark.functions.array_construct_compact¶

snowflake.snowpark.functions.array_construct_compact(*cols: ColumnOrName) → Column[source]¶

Returns an ARRAY constructed from zero, one, or more inputs. The constructed ARRAY omits any NULL input values.

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.