You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Pavel Penkov <eb...@gmail.com> on 2022/11/16 13:40:20 UTC

Registering native UDF in PySpark

I've created a native UDF extending UnaryExpression and can use it in Scala
just fine. How do I make available in PySpark?