snowflake.snowpark.functions.split¶
- snowflake.snowpark.functions.split(str: ColumnOrName, pattern: ColumnOrName) Column [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L1782-L1790)¶
Splits a given string with a given separator and returns the result in an array of strings. To specify a string separator, use the
lit()
function.