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