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

Method Merge

cpp/src/parquet/geospatial/statistics.cc:302–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void GeoStatistics::Merge(const GeoStatistics& other) { impl_->Merge(*other.impl_); }
303
304void GeoStatistics::Update(const ByteArray* values, int64_t num_values) {
305 impl_->Update(values, num_values);

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
MergeBoxFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36