MCPcopy Create free account
hub / github.com/apache/arrow / Close

Method Close

cpp/src/arrow/flight/transport_server.cc:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 Status Close() override {
258 if (batch_writer_) {
259 RETURN_NOT_OK(batch_writer_->Close());
260 }
261 return Status::OK();
262 }
263
264 ipc::WriteStats stats() const override {
265 ARROW_CHECK_NE(batch_writer_, nullptr);

Callers 1

DoGetMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected