From f749b8808f705661ec9af9463805f600d256d73e Mon Sep 17 00:00:00 2001 From: eduardjbotha Date: Tue, 2 Apr 2024 16:49:48 +0200 Subject: [PATCH] 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 --- docs/src/sql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/sql.md b/docs/src/sql.md index 3dd0b227..c5e2d815 100644 --- a/docs/src/sql.md +++ b/docs/src/sql.md @@ -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: