MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
静态 Public 成员函数 | |
static RC | encode_without_rid (int64_t table_id, bytes &encoded_key) |
static RC | encode (int64_t table_id, uint64_t rid, bytes &encoded_key) |
static RC | encode_table_prefix (int64_t table_id, bytes &encoded_key) |
static RC | encode_value (const Value &val, bytes &dst) |
static RC | encode_int (int64_t val, bytes &dst) |
static RC | decode (bytes &encoded_key, int64_t &table_id) |
静态 Public 属性 | |
static constexpr const char * | table_prefix = "t" |
static constexpr const char * | rowkey_prefix = "r" |