Kùzu C++ API
Loading...
Searching...
No Matches
local_table.h File Reference
#include <map>
#include "table_type.h"
#include "internal_id_t.h"
#include "types.h"
#include "table.h"

Go to the source code of this file.

Classes

class  kuzu::storage::LocalTable
 

Namespaces

namespace  kuzu
 
namespace  kuzu::transaction
 
namespace  kuzu::storage
 

Typedefs

using kuzu::storage::offset_to_row_idx_t = std::map<common::offset_t, common::row_idx_t>
 
using kuzu::storage::offset_to_row_idx_vec_t = std::map<common::offset_t, std::vector<common::row_idx_t>>
 
using kuzu::storage::offset_set_t = std::unordered_set<common::offset_t>