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

Method FlightSqlDriver

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

Source from the content-addressed store, hash-verified

35static constexpr const char* kODBCLogLevel = "ARROW_ODBC_LOG_LEVEL";
36
37FlightSqlDriver::FlightSqlDriver()
38 : diagnostics_("Apache Arrow", "Flight SQL", OdbcVersion::V_3), version_("0.9.0.0") {
39 RegisterComputeKernels();
40 // Register log after compute kernels check to avoid segfaults
41 RegisterLog();
42 // GH-48637: Disable Absl Deadlock detection from upstream projects
43 absl::SetMutexDeadlockDetectionMode(absl::OnDeadlockCycle::kIgnore);
44}
45
46FlightSqlDriver::~FlightSqlDriver() {
47 // Unregister log if logging is enabled

Callers

nothing calls this directly

Calls 1

RegisterComputeKernelsFunction · 0.85

Tested by

no test coverage detected