Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Public Attributes | List of all members
hashtable_t Struct Reference

#include <npj_types.h>

Public Attributes

bucket_tbuckets
 
int32_t num_buckets
 
uint32_t hash_mask
 
uint32_t skip_bits
 

Detailed Description

Hashtable structure for NPO.

Definition at line 53 of file npj_types.h.

Member Data Documentation

◆ buckets

bucket_t* hashtable_t::buckets

Definition at line 54 of file npj_types.h.

◆ hash_mask

uint32_t hashtable_t::hash_mask

Definition at line 56 of file npj_types.h.

◆ num_buckets

int32_t hashtable_t::num_buckets

Definition at line 55 of file npj_types.h.

◆ skip_bits

uint32_t hashtable_t::skip_bits

Definition at line 57 of file npj_types.h.


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