zhangfengcdt commented on code in PR #33:
URL: https://github.com/apache/sedona-db/pull/33#discussion_r2330683462
##########
rust/sedona-functions/src/st_isempty.rs:
##########
@@ -87,6 +87,10 @@ impl SedonaScalarKernel for STIsEmpty {
}
}
+pub fn is_wkb_empty(item: &Wkb) -> Result<bool> {
+ invoke_scalar(item)
+}
+
Review Comment:
I have added is_empty.rs in sedona-geometry and refactored this and the
st_centroid in geo module to use it.
--
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]