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 <jlowe@nvidia.com>
  • Loading branch information
nvliyuan and jlowe authored Sep 26, 2023
1 parent 7c2beb6 commit d691590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/UDF-Examples/RAPIDS-accelerated-UDFs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
This project contains sample implementations of RAPIDS accelerated user-defined functions.

The ideal solution would be to replace the UDF with a series of DataFrame or SQL operations. If that 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 complitcated cases, you can choose to implement
a RAPIDS Accelerated UDF.
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.

## Spark Scala UDF Examples
This is the best and simplest demo for us to getting started. From the code you can see there is an original CPU implementation
Expand Down

0 comments on commit d691590

Please sign in to comment.