| 340 | } |
| 341 | |
| 342 | std::array<bool, 4> GeoStatistics::dimension_valid() const { |
| 343 | return {impl_->bound_valid(0), impl_->bound_valid(1), impl_->bound_valid(2), |
| 344 | impl_->bound_valid(3)}; |
| 345 | } |
| 346 | |
| 347 | std::optional<std::vector<int32_t>> GeoStatistics::geometry_types() const { |
| 348 | return impl_->geometry_types(); |