| 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 = {}) { |
nothing calls this directly
no test coverage detected