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

Method GetDictionaryBlock

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

Source from the content-addressed store, hash-verified

1633 }
1634
1635 Result<FileBlock> GetDictionaryBlock(int i) const {
1636 return FileBlockFromFlatbuffer(footer_->dictionaries()->Get(i), footer_offset_);
1637 }
1638
1639 Result<std::unique_ptr<Message>> ReadMessageFromBlock(
1640 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