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

Method CacheMetadata

cpp/src/arrow/ipc/reader.cc:1700–1707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1698 }
1699
1700 Status CacheMetadata(const std::vector<int>& indices) {
1701 std::vector<io::ReadRange> ranges;
1702 if (!read_dictionaries_) {
1703 RETURN_NOT_OK(AddDictionaryRanges(&ranges));
1704 }
1705 RETURN_NOT_OK(AddMetadataRanges(indices, &ranges));
1706 return metadata_cache_->Cache(std::move(ranges));
1707 }
1708
1709 Status EnsureDictionaryReadStarted() {
1710 if (!dictionary_load_finished_.is_valid()) {

Callers

nothing calls this directly

Calls 1

CacheMethod · 0.45

Tested by

no test coverage detected