MCPcopy Create free account
hub / github.com/apache/arrow / upper_bound

Method upper_bound

cpp/src/parquet/geospatial/statistics.cc:335–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333std::array<double, 4> GeoStatistics::lower_bound() const { return impl_->lower_bound(); }
334
335std::array<double, 4> GeoStatistics::upper_bound() const { return impl_->upper_bound(); }
336
337std::array<bool, 4> GeoStatistics::dimension_empty() const {
338 return {impl_->bound_empty(0), impl_->bound_empty(1), impl_->bound_empty(2),

Callers 3

CheckGeoStatisticsMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

CheckGeoStatisticsMethod · 0.64
ASSERT_OK_AND_ASSIGNFunction · 0.64
TESTFunction · 0.64