![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <WasmAlgo.hpp>
Private Attributes | |
std::vector< HashTable::offset_t > | key_offsets_in_bytes_ |
std::vector< HashTable::offset_t > | value_offsets_in_bytes_ |
HashTable::offset_t | ptr_offset_in_bytes_ |
pointer to out-of-place values | |
HashTable::size_t | values_size_in_bytes_ |
HashTable::size_t | values_max_alignment_in_bytes_ |
HashTable::offset_t | keys_null_bitmap_offset_in_bytes_ |
only specified if at least one key entry is nullable | |
HashTable::offset_t | values_null_bitmap_offset_in_bytes_ |
only specified if at least one value entry is nullable | |
Friends | |
struct | OpenAddressingHashTable< false, false > |
struct | OpenAddressingHashTable< true, false > |
Definition at line 866 of file WasmAlgo.hpp.
|
friend |
Definition at line 862 of file WasmAlgo.hpp.
|
friend |
Definition at line 862 of file WasmAlgo.hpp.
|
private |
Definition at line 871 of file WasmAlgo.hpp.
|
private |
only specified if at least one key entry is nullable
Definition at line 876 of file WasmAlgo.hpp.
|
private |
pointer to out-of-place values
Definition at line 873 of file WasmAlgo.hpp.
|
private |
Definition at line 872 of file WasmAlgo.hpp.
|
private |
Definition at line 875 of file WasmAlgo.hpp.
|
private |
only specified if at least one value entry is nullable
Definition at line 877 of file WasmAlgo.hpp.
|
private |
Definition at line 874 of file WasmAlgo.hpp.