Skip to content

Commit 72e77f7

Browse files
committed
update doc
1 parent 978e858 commit 72e77f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/developers/VeloxUDF.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Users can implement custom functions using the UDF interface provided by Velox a
1414
At runtime, these UDFs are registered alongside their Java implementations via `CREATE TEMPORARY FUNCTION`.
1515
Once registered, Gluten can parse and offload these UDFs to Velox during execution,
1616
meanwhile ensuring proper fallback to Java UDFs when necessary.
17+
Registered UDAFs can be used both as regular aggregate functions and as aggregate window functions.
1718

1819
## Create and Build UDF/UDAF library
1920

0 commit comments

Comments
 (0)