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

snowflake.snowpark.functions.array_size

snowflake.snowpark.functions.array_size(array: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L3644-L3650)

Returns the size of the input ARRAY.

If the specified column contains a VARIANT value that contains an ARRAY, the size of the ARRAY is returned; otherwise, NULL is returned if the value is not an ARRAY.

语言: 中文