Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
596
bool ColumnChunkMetaData::Equals(const ColumnChunkMetaData& other) const {
597
return impl_->Equals(*other.impl_);
598
}
599
600
const std::shared_ptr<const KeyValueMetadata>& ColumnChunkMetaData::key_value_metadata()
601
const {
Callers
1
AppendRowGroups
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected