|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
#include <npj_types.h>
Public Attributes | |
| struct bucket_buffer_t * | next |
| uint32_t | count |
| bucket_t | buf [OVERFLOW_BUF_SIZE] |
Pre-allocated bucket buffers are used for overflow-buckets.
Definition at line 61 of file npj_types.h.
| bucket_t bucket_buffer_t::buf[OVERFLOW_BUF_SIZE] |
Definition at line 64 of file npj_types.h.
| uint32_t bucket_buffer_t::count |
Definition at line 63 of file npj_types.h.
| struct bucket_buffer_t* bucket_buffer_t::next |
Definition at line 62 of file npj_types.h.