snowflake.snowpark.Column.endswithΒΆ Column.endswith(other: Union[Column, str]) β Column[source]ΒΆ Returns true if this Column ends with another string. Parameters: other β A Column or a str that is used to check if this column ends with it. A str will be interpreted as a literal value instead of a column name.