|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
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 |
Common type definitions used by all join implementations.
| typedef struct relation_t relation_t |
| typedef struct threadresult_t threadresult_t |