Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/velox-backend-scalar-function-support.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scalar Functions Support Status

**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports 239 functions and partially supports 25 functions.**
**Out of 357 scalar functions in Spark 3.5, Gluten currently fully supports 240 functions and partially supports 25 functions.**

## Array Functions

Expand Down Expand Up @@ -133,7 +133,7 @@
| make_ym_interval | MakeYMInterval | S | |
| minute | Minute | S | |
| month | Month | S | |
| months_between | MonthsBetween | | |
| months_between | MonthsBetween | S | |
| next_day | NextDay | S | |
| now | Now | | |
| quarter | Quarter | S | |
Expand Down