| 1364 | RecordBatchFileReaderImpl() : file_(NULLPTR), footer_offset_(0), footer_(NULLPTR) {} |
| 1365 | |
| 1366 | int num_record_batches() const override { |
| 1367 | return static_cast<int>(internal::FlatBuffersVectorSize(footer_->recordBatches())); |
| 1368 | } |
| 1369 | |
| 1370 | MetadataVersion version() const override { |
| 1371 | return internal::GetMetadataVersion(footer_->version()); |