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

Method GetDictionaryBlock

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

Source from the content-addressed store, hash-verified

1646 }
1647
1648 Result<FileBlock> GetDictionaryBlock(int i) const {
1649 return FileBlockFromFlatbuffer(footer_->dictionaries()->Get(i), footer_offset_);
1650 }
1651
1652 Result<std::unique_ptr<Message>> ReadMessageFromBlock(
1653 const FileBlock& block, const FieldsLoaderFunction& fields_loader = {}) {

Callers

nothing calls this directly

Calls 3

FileBlockFromFlatbufferFunction · 0.85
dictionariesMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected