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

Method ConnectClient

cpp/src/arrow/flight/test_definitions.cc:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 ASSERT_OK(server_->Shutdown());
166}
167Status DataTest::ConnectClient() {
168 ARROW_ASSIGN_OR_RAISE(auto location,
169 Location::ForScheme(transport(), "127.0.0.1", server_->port()));
170 ARROW_ASSIGN_OR_RAISE(client_, FlightClient::Connect(location));
171 return Status::OK();
172}
173void DataTest::CheckDoGet(
174 const FlightDescriptor& descr, const RecordBatchVector& expected_batches,
175 std::function<void(const std::vector<FlightEndpoint>&)> check_endpoints) {

Callers

nothing calls this directly

Calls 2

ARROW_ASSIGN_OR_RAISEFunction · 0.70
OKFunction · 0.50

Tested by

no test coverage detected