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

Method TearDown

cpp/src/arrow/flight/sql/server_test.cc:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void TearDown() override {
163 ASSERT_OK(sql_client->Close());
164 sql_client.reset();
165
166 ASSERT_OK(server->Shutdown());
167 }
168
169 private:
170 std::shared_ptr<arrow::flight::sql::example::SQLiteFlightSqlServer> server;

Callers

nothing calls this directly

Calls 3

CloseMethod · 0.45
resetMethod · 0.45
ShutdownMethod · 0.45

Tested by

no test coverage detected