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

Method GetOffsetIndexLocation

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

Source from the content-addressed store, hash-verified

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

Callers 6

TESTFunction · 0.45
GetOffsetIndexMethod · 0.45
TESTFunction · 0.45
JSONPrintMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36