Update 09-udf.md

This commit is contained in:
wade zhang 2023-05-26 19:21:13 +08:00 committed by GitHub
parent 4367170086
commit 730e087d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ def process(input: datablock) -> tuple[output_type]:
Description: this function prcesses datablock, which is the input; you can use datablock.data(row, col) to access the python object at location(row,col); the output is a tuple object consisted of objects of type outputtype Description: this function prcesses datablock, which is the input; you can use datablock.data(row, col) to access the python object at location(row,col); the output is a tuple object consisted of objects of type outputtype
### Aggregate UDF Interface #### Aggregate UDF Interface
The implementation of an aggregate function is described as follows: The implementation of an aggregate function is described as follows: