mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-06 03:42:57 +00:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user