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

Function BoundingBox

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

Source from the content-addressed store, hash-verified

89 using XYZM = std::array<double, 4>;
90
91 BoundingBox(const XYZM& mins, const XYZM& maxes) : min(mins), max(maxes) {}
92 BoundingBox() : min{kInf, kInf, kInf, kInf}, max{-kInf, -kInf, -kInf, -kInf} {}
93
94 BoundingBox(const BoundingBox& other) = default;

Callers 3

TESTFunction · 0.70
WKBTestCaseMethod · 0.70
TEST_PFunction · 0.70

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.56
WKBTestCaseMethod · 0.56
TEST_PFunction · 0.56