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

Method SetClosed

cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_connection.cc:424–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422Diagnostics& FlightSqlConnection::GetDiagnostics() { return diagnostics_; }
423
424void FlightSqlConnection::SetClosed(bool is_closed) { closed_ = is_closed; }
425
426} // namespace arrow::flight::sql::odbc

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64