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

Method GeometryTypes

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

Source from the content-addressed store, hash-verified

142} // namespace
143
144std::vector<int32_t> WKBGeometryBounder::GeometryTypes() const {
145 std::vector<int32_t> out(geospatial_types_.begin(), geospatial_types_.end());
146 std::sort(out.begin(), out.end());
147 return out;
148}
149
150void WKBGeometryBounder::MergeGeometry(std::string_view bytes_wkb) {
151 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