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

Method Equals

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

Source from the content-addressed store, hash-verified

296GeoStatistics::~GeoStatistics() = default;
297
298bool GeoStatistics::Equals(const GeoStatistics& other) const {
299 return impl_->Equals(*other.impl_);
300}
301
302void GeoStatistics::Merge(const GeoStatistics& other) { impl_->Merge(*other.impl_); }
303

Callers 15

GetReaderFunction · 0.45
ApplyOriginalMetadataFunction · 0.45
TYPED_TESTFunction · 0.45
TESTFunction · 0.45
DoNestedValidateFunction · 0.45
VisitMethod · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
BooleanType>Method · 0.45

Calls

no outgoing calls

Tested by 14

TYPED_TESTFunction · 0.36
TESTFunction · 0.36
DoNestedValidateFunction · 0.36
VisitMethod · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
BooleanType>Method · 0.36
CheckFlatSchemaMethod · 0.36
TEST_FFunction · 0.36