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

Method crypto_metadata

cpp/src/parquet/metadata.cc:584–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

582}
583
584std::unique_ptr<ColumnCryptoMetaData> ColumnChunkMetaData::crypto_metadata() const {
585 return impl_->crypto_metadata();
586}
587
588std::optional<IndexLocation> ColumnChunkMetaData::GetColumnIndexLocation() const {
589 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