| 1359 | RecordBatchFileReaderImpl() : file_(NULLPTR), footer_offset_(0), footer_(NULLPTR) {} |
| 1360 | |
| 1361 | int num_record_batches() const override { |
| 1362 | return static_cast<int>(internal::FlatBuffersVectorSize(footer_->recordBatches())); |
| 1363 | } |
| 1364 | |
| 1365 | MetadataVersion version() const override { |
| 1366 | return internal::GetMetadataVersion(footer_->version()); |