OmniSciDB
a5dc49c757
|
Public Member Functions | |
std::optional < DeferredCopyFromState > | operator() (const std::string &session_id) |
void | add (const std::string &session_id, const DeferredCopyFromState &state) |
void | remove (const std::string &session_id) |
Public Attributes | |
std::unordered_map < std::string, DeferredCopyFromState > | was_deferred_copy_from |
std::mutex | deferred_copy_from_mutex |
Definition at line 994 of file DBHandler.h.
|
inline |
Definition at line 1007 of file DBHandler.h.
References CHECK.
Referenced by DBHandler::sql_execute_impl().
|
inline |
Definition at line 998 of file DBHandler.h.
|
inline |
Definition at line 1013 of file DBHandler.h.
Referenced by DBHandler::process_deferred_copy_from(), and DBHandler::sql_execute().
std::mutex DBHandler::DeferredCopyFromSessions::deferred_copy_from_mutex |
Definition at line 996 of file DBHandler.h.
std::unordered_map<std::string, DeferredCopyFromState> DBHandler::DeferredCopyFromSessions::was_deferred_copy_from |
Definition at line 995 of file DBHandler.h.