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

#include <npj_types.h>

Public Attributes

struct bucket_buffer_tnext
 
uint32_t count
 
bucket_t buf [OVERFLOW_BUF_SIZE]
 

Detailed Description

Pre-allocated bucket buffers are used for overflow-buckets.

Definition at line 61 of file npj_types.h.

Member Data Documentation

◆ buf

bucket_t bucket_buffer_t::buf[OVERFLOW_BUF_SIZE]

Definition at line 64 of file npj_types.h.

◆ count

uint32_t bucket_buffer_t::count

Definition at line 63 of file npj_types.h.

◆ next

struct bucket_buffer_t* bucket_buffer_t::next

Definition at line 62 of file npj_types.h.


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