Kùzu C++ API
|
#include <local_storage.h>
Public Types | |
enum class | NotExistAction { CREATE , RETURN_NULL } |
Public Member Functions | |
LocalStorage (main::ClientContext &clientContext) | |
DELETE_COPY_AND_MOVE (LocalStorage) | |
LocalTable * | getLocalTable (common::table_id_t tableID, NotExistAction action=NotExistAction::RETURN_NULL) |
void | commit () |
void | rollback () |
uint64_t | getEstimatedMemUsage () const |
|
strong |
|
inlineexplicit |
void kuzu::storage::LocalStorage::commit | ( | ) |
kuzu::storage::LocalStorage::DELETE_COPY_AND_MOVE | ( | LocalStorage | ) |
uint64_t kuzu::storage::LocalStorage::getEstimatedMemUsage | ( | ) | const |
LocalTable * kuzu::storage::LocalStorage::getLocalTable | ( | common::table_id_t | tableID, |
NotExistAction | action = NotExistAction::RETURN_NULL ) |
void kuzu::storage::LocalStorage::rollback | ( | ) |