Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Close
Method · 0.45
reset
Method · 0.45
Shutdown
Method · 0.45
Tested by
no test coverage detected