MCPcopy Create free account
hub / github.com/apache/arrow / ~FlightClient

Method ~FlightClient

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

Source from the content-addressed store, hash-verified

548FlightClient::FlightClient() : closed_(false), write_size_limit_bytes_(0) {}
549
550FlightClient::~FlightClient() {
551 ARROW_WARN_NOT_OK(Close(), "FlightClient::~FlightClient(): Close() failed");
552}
553
554arrow::Result<std::unique_ptr<FlightClient>> FlightClient::Connect(
555 const Location& location) {

Callers

nothing calls this directly

Calls 1

CloseFunction · 0.50

Tested by

no test coverage detected