Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
Description
contains() is a common convenient function supported by a number of database systems:
- https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#contains_substr
- https://docs.snowflake.com/en/_static/apple-touch-icon.png!CONTAINS — Snowflake Documentation
Proposed syntax:
contains(haystack, needle) return type: boolean
It is semantically equivalent to haystack like '%needle%'
Attachments
Issue Links
- is related to
-
SPARK-37582 Support the binary type by contains()
- Resolved
- links to