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

Method crypto_metadata

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

Source from the content-addressed store, hash-verified

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

Callers 4

GetColumnPageReaderMethod · 0.45
GetColumnIndexMethod · 0.45
GetOffsetIndexMethod · 0.45
GetColumnBloomFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected