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

Method MergeGeometry

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

Source from the content-addressed store, hash-verified

148}
149
150void WKBGeometryBounder::MergeGeometry(std::string_view bytes_wkb) {
151 MergeGeometry(
152 std::span(reinterpret_cast<const uint8_t*>(bytes_wkb.data()), bytes_wkb.size()));
153}
154
155void WKBGeometryBounder::MergeGeometry(std::span<const uint8_t> bytes_wkb) {
156 WKBBuffer src{bytes_wkb.data(), static_cast<int64_t>(bytes_wkb.size())};

Callers 5

TEST_PFunction · 0.80
TESTFunction · 0.80
UpdateMethod · 0.80
UpdateSpacedMethod · 0.80
UpdateArrayImplMethod · 0.80

Calls 3

ParquetExceptionFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64