| 1539 | std::shared_ptr<const KeyValueMetadata> metadata() const override { return metadata_; } |
| 1540 | |
| 1541 | ReadStats stats() const override { return stats_.poll(); } |
| 1542 | |
| 1543 | Result<AsyncGenerator<std::shared_ptr<RecordBatch>>> GetRecordBatchGenerator( |
| 1544 | const bool coalesce, const io::IOContext& io_context, |