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

Method Connect

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

Source from the content-addressed store, hash-verified

552}
553
554arrow::Result<std::unique_ptr<FlightClient>> FlightClient::Connect(
555 const Location& location) {
556 return Connect(location, FlightClientOptions::Defaults());
557}
558
559arrow::Result<std::unique_ptr<FlightClient>> FlightClient::Connect(
560 const Location& location, const FlightClientOptions& options) {

Callers

nothing calls this directly

Calls 7

ARROW_ASSIGN_OR_RAISEFunction · 0.70
DefaultsFunction · 0.50
schemeMethod · 0.45
MakeClientMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected