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.rlike.html below:

pyspark.sql.Column.rlike — PySpark master documentation

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

SQL RLIKE expression (LIKE with Regex). Returns a boolean Column based on a regex match.

Parameters
otherstr

an extended regex expression

Examples

>>> df.filter(df.name.rlike('ice$')).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