paleolimbot commented on code in PR #270:
URL: https://github.com/apache/sedona-db/pull/270#discussion_r2485191505


##########
rust/sedona-geometry/src/wkb_header.rs:
##########
@@ -140,6 +140,15 @@ impl WkbHeader {
     pub fn first_geom_dimensions(&self) -> Option<Dimensions> {
         self.first_geom_dimensions
     }
+
+    pub fn is_empty(&self) -> Result<bool, SedonaGeometryError> {

Review Comment:
   ```suggestion
       /// Returns true if this geometry is EMPTY or false otherwise
       pub fn is_empty(&self) -> Result<bool, SedonaGeometryError> {
   ```



-- 
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]

Reply via email to