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

Method SetUp

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

Source from the content-addressed store, hash-verified

154 std::string transport() const override { return "grpc"; }
155 bool supports_async() const override { return kGrpcSupportsAsync; }
156 void SetUp() override { SetUpTest(); }
157 void TearDown() override { TearDownTest(); }
158};
159ARROW_FLIGHT_TEST_DO_PUT(GrpcDoPutTest);

Callers

nothing calls this directly

Calls 1

SetUpTestFunction · 0.85

Tested by

no test coverage detected