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

Method CacheMetadata

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

Source from the content-addressed store, hash-verified

1711 }
1712
1713 Status CacheMetadata(const std::vector<int>& indices) {
1714 std::vector<io::ReadRange> ranges;
1715 if (!read_dictionaries_) {
1716 RETURN_NOT_OK(AddDictionaryRanges(&ranges));
1717 }
1718 RETURN_NOT_OK(AddMetadataRanges(indices, &ranges));
1719 return metadata_cache_->Cache(std::move(ranges));
1720 }
1721
1722 Status EnsureDictionaryReadStarted() {
1723 if (!dictionary_load_finished_.is_valid()) {

Callers

nothing calls this directly

Calls 1

CacheMethod · 0.45

Tested by

no test coverage detected