Skip to content

Commit

Permalink
Merge branch '7.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
JimGalasyn committed Jun 13, 2022
2 parents 844d275 + f685003 commit 6351826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/user-defined-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ type, like `DECIMAL` or `STRUCT`. For example, a UDF that returns
precision and scale of the output based on the input schema.

To use this functionality, you need to specify a method with signature
`public SqlType <your-method-name>(final List<SqlType> params)` and
`public SqlType <your-method-name>(final List<SqlArgument> params)` and
annotate it with `@UdfSchemaProvider`. Also, you need to link it to the
corresponding UDF by using the `schemaProvider=<your-method-name>`
parameter of the `@Udf` annotation.
Expand Down

0 comments on commit 6351826

Please sign in to comment.