paleolimbot commented on code in PR #45459:
URL: https://github.com/apache/arrow/pull/45459#discussion_r1969517360
##########
python/pyarrow/_parquet.pyx:
##########
@@ -440,6 +537,20 @@ cdef class ColumnChunkMetaData(_Weakrefable):
statistics.init(self.metadata.statistics(), self)
return statistics
+ @property
+ def is_geometry_stats_set(self):
+ """Whether or not geometry statistics are present in metadata
(bool)."""
+ return self.metadata.is_geometry_stats_set()
+
+ @property
+ def geospatial_statistics(self):
Review Comment:
I (hopefully) updated everything to "geospatial"!
--
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]