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

snowflake.snowpark.functions.split¶

snowflake.snowpark.functions.split(str: ColumnOrName, pattern: ColumnOrName) → Column[source]¶

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.