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

Method Close

cpp/src/arrow/flight/client.cc:765–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765Status FlightClient::Close() {
766 if (!closed_) {
767 closed_ = true;
768 if (transport_) RETURN_NOT_OK(transport_->Close());
769 transport_.reset(nullptr);
770 }
771 return Status::OK();
772}
773
774bool FlightClient::supports_async() const { return transport_->CheckAsyncSupport().ok(); }
775

Callers 2

DoneWritingMethod · 0.45
CloseMethod · 0.45

Calls 2

OKFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected