Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Classes | Typedefs
Type definitions used by NPO.

Classes

struct  bucket_t
 
struct  hashtable_t
 
struct  bucket_buffer_t
 

Typedefs

typedef struct bucket_t bucket_t
 
typedef struct hashtable_t hashtable_t
 
typedef struct bucket_buffer_t bucket_buffer_t
 

Detailed Description

Typedef Documentation

◆ bucket_buffer_t

Definition at line 22 of file npj_types.h.

◆ bucket_t

typedef struct bucket_t bucket_t

Definition at line 20 of file npj_types.h.

◆ hashtable_t

typedef struct hashtable_t hashtable_t

Definition at line 21 of file npj_types.h.