This is an automated email from the ASF dual-hosted git repository.

viirya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new a8dd4ab  doc: Update supported expressions (#237)
a8dd4ab is described below

commit a8dd4ab01ac2346f8ade57cb651afeca3cb5b860
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Sun Mar 31 14:16:24 2024 -0700

    doc: Update supported expressions (#237)
---
 EXPRESSIONS.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/EXPRESSIONS.md b/EXPRESSIONS.md
index 40e140a..bc03be6 100644
--- a/EXPRESSIONS.md
+++ b/EXPRESSIONS.md
@@ -30,6 +30,7 @@ The following Spark expressions are currently available:
     + If
 + Cast
 + Coalesce
++ BloomFilterMightContain
 + Boolean functions
     + And
     + Or
@@ -94,3 +95,9 @@ The following Spark expressions are currently available:
     + Sum
     + Max
     + Min
+    + Avg
+    + First
+    + Last
+    + BitAnd
+    + BitOr
+    + BitXor

Reply via email to