| 116 | Result<std::string> IntegrationJsonWriter::Finish() { return impl_->Finish(); } |
| 117 | |
| 118 | Status IntegrationJsonWriter::WriteRecordBatch(const RecordBatch& batch) { |
| 119 | return impl_->WriteRecordBatch(batch); |
| 120 | } |
| 121 | |
| 122 | // ---------------------------------------------------------------------- |
| 123 | // Reader implementation |
no outgoing calls