SQL Documentation includes DataFusion functions (#1179)

Show that it is possible to use the DataFusion functions in the `WHERE`
clause.

Co-authored-by: Eduard Botha <eduard.botha@inovex.de>
This commit is contained in:
eduardjbotha
2024-04-02 16:49:48 +02:00
committed by Weston Pace
parent 7e5a54b76a
commit f749b8808f

View File

@@ -66,6 +66,7 @@ Currently, Lance supports a growing list of SQL expressions.
- `LIKE`, `NOT LIKE`
- `CAST`
- `regexp_match(column, pattern)`
- [DataFusion Functions](https://arrow.apache.org/datafusion/user-guide/sql/scalar_functions.html)
For example, the following filter string is acceptable: