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

snowflake.snowpark.functions.length

snowflake.snowpark.functions.length(e: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L1010-L1015)

Returns the length of an input string or binary value. For strings, the length is the number of characters, and UTF-8 characters are counted as a single character. For binary, the length is the number of bytes.