Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We should add Scala/Java/Python UDF examples for Sedona. The example should show how users implement a UDF to access the geometry type object in Apache Sedona DataFrame.
The UDF examples should include examples as follows. Each example should have Scala, Java, and Python snippet.
1.
Input: geometry
Output: geometry
2.
Input: geometry
Output: other primitive type
3.
Input: geometry, other primitive type
Output: geometry
4.
Input: geometry, other primitive type
Output: geometry, other primitive type (this can be done via struct type)
Attachments
Issue Links
- links to