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

Method geometry_types

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

Source from the content-addressed store, hash-verified

345}
346
347std::optional<std::vector<int32_t>> GeoStatistics::geometry_types() const {
348 return impl_->geometry_types();
349}
350
351std::string GeoStatistics::ToString() const {
352 if (!is_valid()) {

Callers 3

CheckGeoStatisticsMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

CheckGeoStatisticsMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TESTFunction · 0.36