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

Method SetIndexLocations

cpp/src/parquet/metadata.cc:2189–2192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2187}
2188
2189void FileMetaDataBuilder::SetIndexLocations(IndexKind kind,
2190 const IndexLocations& locations) {
2191 impl_->SetIndexLocations(kind, locations);
2192}
2193
2194std::unique_ptr<FileMetaData> FileMetaDataBuilder::Finish(
2195 const std::shared_ptr<const KeyValueMetadata>& key_value_metadata) {

Callers 2

WritePageIndexMethod · 0.45
WriteBloomFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected