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

Method FlightClient

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

Source from the content-addressed store, hash-verified

546};
547
548FlightClient::FlightClient() : closed_(false), write_size_limit_bytes_(0) {}
549
550FlightClient::~FlightClient() {
551 ARROW_WARN_NOT_OK(Close(), "FlightClient::~FlightClient(): Close() failed");

Callers 2

get_flightFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected