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

Method SetUp

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

Source from the content-addressed store, hash-verified

163 std::string transport() const override { return "grpc"; }
164 bool supports_async() const override { return kGrpcSupportsAsync; }
165 void SetUp() override { SetUpTest(); }
166 void TearDown() override { TearDownTest(); }
167};
168ARROW_FLIGHT_TEST_APP_METADATA(GrpcAppMetadataTest);

Callers

nothing calls this directly

Calls 1

SetUpTestFunction · 0.85

Tested by

no test coverage detected