Description
In Scala when registering a UDF it gives you back a UDF object that you can use in the Dataset/DataFrame API as well as with SQL expressions. We can do the same in Python, for both Python UDFs and Java UDFs registered from Python.
Attachments
Issue Links
- relates to
-
SPARK-19161 Improving UDF Docstrings
- Resolved
-
SPARK-19159 PySpark UDF API improvements
- Resolved
- links to