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

Method geometry_types

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

Source from the content-addressed store, hash-verified

250 }
251
252 std::optional<std::vector<int32_t>> geometry_types() const {
253 if (has_geometry_types_) {
254 return bounder_.GeometryTypes();
255 } else {
256 return std::nullopt;
257 }
258 }
259
260 private:
261 geospatial::WKBGeometryBounder bounder_;

Callers

nothing calls this directly

Calls 1

GeometryTypesMethod · 0.80

Tested by

no test coverage detected