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

Function MergeBox

cpp/src/parquet/geospatial/util_internal.h:197–197  ·  view source on GitHub ↗

\brief Accumulate the bounds of a previously-calculated BoundingBox

Source from the content-addressed store, hash-verified

195
196 /// \brief Accumulate the bounds of a previously-calculated BoundingBox
197 void MergeBox(const BoundingBox& box) { box_.Merge(box); }
198
199 /// \brief Accumulate a previously-calculated list of geometry types
200 void MergeGeometryTypes(std::span<const int32_t> geospatial_types) {

Callers

nothing calls this directly

Calls 1

MergeMethod · 0.45

Tested by

no test coverage detected