Kontinuation commented on code in PR #2593:
URL: https://github.com/apache/sedona/pull/2593#discussion_r2792543968
##########
python/src/geomserde_speedup_module.c:
##########
@@ -262,14 +265,121 @@ static PyObject *deserialize_1(PyObject *self, PyObject
*args) {
return Py_BuildValue("(Kibi)", geom, geom_type_id, has_z, length);
}
+static PyObject *to_sedona_func(PyObject *self, PyObject *args) {
Review Comment:
I'm not sure if it could also be applied to `_apply_shapely_series_udf` and
`_apply_geo_series_udf`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]