| 400 | Status RecordBatchStream::Close() { return impl_->Close(); } |
| 401 | |
| 402 | std::shared_ptr<Schema> RecordBatchStream::schema() { return impl_->schema(); } |
| 403 | |
| 404 | arrow::Result<FlightPayload> RecordBatchStream::GetSchemaPayload() { |
| 405 | FlightPayload payload; |
no outgoing calls