mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Private Attributes | Friends
m::wasm::open_addressing_hash_table_layout< true > Class Reference

#include <WasmAlgo.hpp>

Collaboration diagram for m::wasm::open_addressing_hash_table_layout< true >:
[legend]

Private Attributes

std::vector< HashTable::offset_tentry_offsets_in_bytes_
 
HashTable::offset_t null_bitmap_offset_in_bytes_
 only specified if at least one entry is nullable
 

Friends

struct OpenAddressingHashTable< false, true >
 
struct OpenAddressingHashTable< true, true >
 

Detailed Description

Definition at line 856 of file WasmAlgo.hpp.

Friends And Related Function Documentation

◆ OpenAddressingHashTable< false, true >

friend struct OpenAddressingHashTable< false, true >
friend

Definition at line 788 of file WasmAlgo.hpp.

◆ OpenAddressingHashTable< true, true >

friend struct OpenAddressingHashTable< true, true >
friend

Definition at line 788 of file WasmAlgo.hpp.

Field Documentation

◆ entry_offsets_in_bytes_

std::vector<HashTable::offset_t> m::wasm::open_addressing_hash_table_layout< true >::entry_offsets_in_bytes_
private

Definition at line 861 of file WasmAlgo.hpp.

◆ null_bitmap_offset_in_bytes_

HashTable::offset_t m::wasm::open_addressing_hash_table_layout< true >::null_bitmap_offset_in_bytes_
private

only specified if at least one entry is nullable

Definition at line 862 of file WasmAlgo.hpp.


The documentation for this class was generated from the following file: