| 1363 | } |
| 1364 | |
| 1365 | MetadataVersion version() const override { |
| 1366 | return internal::GetMetadataVersion(footer_->version()); |
| 1367 | } |
| 1368 | |
| 1369 | static Status LoadFieldsSubset(const flatbuf::RecordBatch* metadata, |
| 1370 | const IpcReadOptions& options, |
no test coverage detected