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

Method SetIndexLocations

cpp/src/parquet/metadata.cc:2193–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191}
2192
2193void FileMetaDataBuilder::SetIndexLocations(IndexKind kind,
2194 const IndexLocations& locations) {
2195 impl_->SetIndexLocations(kind, locations);
2196}
2197
2198std::unique_ptr<FileMetaData> FileMetaDataBuilder::Finish(
2199 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