paleolimbot opened a new pull request, #8414: URL: https://github.com/apache/arrow-rs/pull/8414
# Which issue does this PR close? We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. - Closes #8411. # Rationale for this change The presence of relevant statistics when writing geometries and/or geographies is one of the primary motivations behind the GEOMETRY and/or GEOGRAPHY in Parquet. We'd like to make it easy for writers to provide them! # What changes are included in this PR? This PR introduces `Interval` and `WraparoundInterval` structs that handle interval math, and a `Bounder` that iterates over input using the fantastic `wkb` crate (via `geo-traits`). # Are these changes tested? Yes (although it is currently a work in progress) # Are there any user-facing changes? Still determining what the user-facing API is! -- 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]
