MCPcopy Create free account
hub / github.com/apache/orc / mergeBox

Method mergeBox

c++/src/Geospatial.hh:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 void mergeGeometry(const uint8_t* bytesWkb, size_t bytesSize);
36
37 void mergeBox(const BoundingBox& box) {
38 box_.merge(box);
39 }
40 void mergeGeometryTypes(const std::vector<int>& geospatialTypes) {
41 geospatialTypes_.insert(geospatialTypes.begin(), geospatialTypes.end());
42 }

Callers 1

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected