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 GitHub
parent 46e95f2c4c
commit 83b6b0d28a

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: