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

Method dimension_empty

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

Source from the content-addressed store, hash-verified

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),
339 impl_->bound_empty(3)};
340}
341
342std::array<bool, 4> GeoStatistics::dimension_valid() const {
343 return {impl_->bound_valid(0), impl_->bound_valid(1), impl_->bound_valid(2),

Callers 1

TESTFunction · 0.80

Calls 1

bound_emptyMethod · 0.80

Tested by 1

TESTFunction · 0.64