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

Method GetColumnIndexLocation

cpp/src/parquet/metadata.cc:588–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588std::optional<IndexLocation> ColumnChunkMetaData::GetColumnIndexLocation() const {
589 return impl_->GetColumnIndexLocation();
590}
591
592std::optional<IndexLocation> ColumnChunkMetaData::GetOffsetIndexLocation() const {
593 return impl_->GetOffsetIndexLocation();

Callers 7

TestReadTypedColumnIndexFunction · 0.45
GetColumnIndexMethod · 0.45
TESTFunction · 0.45
JSONPrintMethod · 0.45
GetTotalPageIndexSizeFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestReadTypedColumnIndexFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36