| 565 | Status Close() override { return Status::OK(); } |
| 566 | |
| 567 | ipc::WriteStats stats() const override { return stats_; } |
| 568 | |
| 569 | CSVWriterImpl(io::OutputStream* sink, std::shared_ptr<io::OutputStream> owned_sink, |
| 570 | std::shared_ptr<Schema> schema, |
no outgoing calls