Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
347
std::optional<std::vector<int32_t>> GeoStatistics::geometry_types() const {
348
return impl_->geometry_types();
349
}
350
351
std::string GeoStatistics::ToString() const {
352
if (!is_valid()) {
Callers
3
CheckGeoStatistics
Method · 0.45
ASSERT_OK_AND_ASSIGN
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
CheckGeoStatistics
Method · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
TEST
Function · 0.36