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

snowflake.snowpark.functions.endswith

snowflake.snowpark.functions.endswith(col: ColumnOrName, str: ColumnOrName) Column[source]

Returns true if col ends with str.