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

Method SetUp

cpp/src/arrow/flight/flight_test.cc:192–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 std::string transport() const override { return "grpc"; }
191 bool supports_async() const override { return kGrpcSupportsAsync; }
192 void SetUp() override { SetUpTest(); }
193 void TearDown() override { TearDownTest(); }
194};
195ARROW_FLIGHT_TEST_ERROR_HANDLING(GrpcErrorHandlingTest);

Callers

nothing calls this directly

Calls 1

SetUpTestFunction · 0.85

Tested by

no test coverage detected