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

Method WKBTestCase

cpp/src/parquet/geospatial/util_internal_test.cc:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88struct WKBTestCase {
89 WKBTestCase() = default;
90 WKBTestCase(GeometryType geometry_type, Dimensions dimensions,
91 const std::vector<uint8_t>& wkb, const std::vector<double>& box_values = {})
92 : geometry_type(geometry_type), dimensions(dimensions), wkb(wkb) {

Callers

nothing calls this directly

Calls 2

BoundingBoxFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected