We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978e858 commit 72e77f7Copy full SHA for 72e77f7
1 file changed
docs/developers/VeloxUDF.md
@@ -14,6 +14,7 @@ Users can implement custom functions using the UDF interface provided by Velox a
14
At runtime, these UDFs are registered alongside their Java implementations via `CREATE TEMPORARY FUNCTION`.
15
Once registered, Gluten can parse and offload these UDFs to Velox during execution,
16
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.
18
19
## Create and Build UDF/UDAF library
20
0 commit comments