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

Method GeometryTypes

cpp/src/parquet/geospatial/util_internal.cc:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146} // namespace
147
148std::vector<int32_t> WKBGeometryBounder::GeometryTypes() const {
149 std::vector<int32_t> out(geospatial_types_.begin(), geospatial_types_.end());
150 std::sort(out.begin(), out.end());
151 return out;
152}
153
154void WKBGeometryBounder::MergeGeometry(std::string_view bytes_wkb) {
155 MergeGeometry(

Callers 5

TEST_PFunction · 0.80
EqualsMethod · 0.80
MergeMethod · 0.80
EncodeMethod · 0.80
geometry_typesMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

TEST_PFunction · 0.64