| 1368 | } |
| 1369 | |
| 1370 | MetadataVersion version() const override { |
| 1371 | return internal::GetMetadataVersion(footer_->version()); |
| 1372 | } |
| 1373 | |
| 1374 | static Status LoadFieldsSubset(const flatbuf::RecordBatch* metadata, |
| 1375 | const IpcReadOptions& options, |
no test coverage detected