snowflake.snowpark.Column.likeΒΆ
- Column.like(pattern: Union[Column, str]) Column[source]ΒΆ
Allows case-sensitive matching of strings based on comparison with a pattern.
- Parameters:
pattern β A
Columnor astrthat indicates the pattern. Astrwill be interpreted as a literal value instead of a column name.
For details, see the Snowflake documentation on LIKE.