|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
Provides general type definitions used by all join algorithms. More...
#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | tuple_t |
| struct | relation_t |
| struct | threadresult_t |
| struct | result_t |
Typedefs | |
| typedef int32_t | intkey_t |
| typedef int32_t | value_t |
| typedef struct tuple_t | tuple_t |
| typedef struct relation_t | relation_t |
| typedef struct result_t | result_t |
| typedef struct threadresult_t | threadresult_t |