snowflake.snowpark.functions.endswith¶ snowflake.snowpark.functions.endswith(col: ColumnOrName, str: ColumnOrName) → Column[source]¶ Returns true if col ends with str.