Kùzu C++ API
|
#include <db_file_id.h>
Public Member Functions | |
DBFileID ()=default | |
bool | operator== (const DBFileID &rhs) const =default |
Static Public Member Functions | |
static DBFileID | newDataFileID () |
static DBFileID | newPKIndexFileID (common::table_id_t tableID) |
Public Attributes | |
DBFileType | dbFileType |
bool | isOverflow = false |
common::table_id_t | tableID = common::INVALID_TABLE_ID |
|
default |
|
static |
|
static |
|
default |
DBFileType kuzu::storage::DBFileID::dbFileType |
bool kuzu::storage::DBFileID::isOverflow = false |
common::table_id_t kuzu::storage::DBFileID::tableID = common::INVALID_TABLE_ID |