Skip to content

Commit

Permalink
Update examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Lowe <[email protected]>
  • Loading branch information
nvliyuan and jlowe committed Sep 27, 2023
1 parent 7b5fb67 commit 5b9e0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The ideal solution would be to replace the UDF with a series of DataFrame or SQL
is not possible, we also provide
a [UDF compiler extension](https://nvidia.github.io/spark-rapids/docs/additional-functionality/udf-to-catalyst-expressions.html)
to translate UDFs to Catalyst expressions. The extension is limited to only support compiling simple
operations. For complicated cases, you can choose to implement a RAPIDS Accelerated UDF.
operations. For complicated cases, you can choose to implement a RAPIDS accelerated UDF.

## Spark Scala UDF Examples

Expand Down

0 comments on commit 5b9e0d9

Please sign in to comment.