MCPcopy Create free account
hub / github.com/apache/arrow / ~FlightSqlDriver

Method ~FlightSqlDriver

cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_driver.cc:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46FlightSqlDriver::~FlightSqlDriver() {
47 // Unregister log if logging is enabled
48 if (arrow::internal::GetEnvVar(kODBCLogLevel).ValueOr("").empty()) {
49 return;
50 }
51 ArrowLog::ShutDownArrowLog();
52}
53
54std::shared_ptr<Connection> FlightSqlDriver::CreateConnection(OdbcVersion odbc_version) {
55 return std::make_shared<FlightSqlConnection>(odbc_version, version_);

Callers

nothing calls this directly

Calls 3

GetEnvVarFunction · 0.85
ValueOrMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected