A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://api-docs.databricks.com/python/pyspark/latest/pyspark.sql/api/pyspark.sql.Column.like.html below:

pyspark.sql.Column.like — PySpark master documentation

pyspark.sql.Column.like¶
Column.like(other: str) → pyspark.sql.column.Column¶

SQL like expression. Returns a boolean Column based on a SQL LIKE match.

Parameters
otherstr

a SQL LIKE pattern

See also

pyspark.sql.Column.rlike

Examples

>>> df.filter(df.name.like('Al%')).collect()
[Row(age=2, name='Alice')]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4