\return the number of collected record batches
| 352 | |
| 353 | /// \return the number of collected record batches |
| 354 | int64_t num_record_batches() const { return record_batches_.size(); } |
| 355 | |
| 356 | /// \return the last decoded record batch and remove it from |
| 357 | /// record_batches |
no test coverage detected