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

Method Equals

cpp/src/parquet/metadata.cc:596–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596bool ColumnChunkMetaData::Equals(const ColumnChunkMetaData& other) const {
597 return impl_->Equals(*other.impl_);
598}
599
600const std::shared_ptr<const KeyValueMetadata>& ColumnChunkMetaData::key_value_metadata()
601 const {

Callers 1

AppendRowGroupsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected