|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
Provides interfaces for several variants of Radix Hash Join. More...
#include "types.h"Go to the source code of this file.
Functions | |
| result_t * | PRO (relation_t *relR, relation_t *relS, int nthreads) |
| result_t * | RJ (relation_t *relR, relation_t *relS, int nthreads) |
| result_t * | PRH (relation_t *relR, relation_t *relS, int nthreads) |
| result_t * | PRHO (relation_t *relR, relation_t *relS, int nthreads) |
Provides interfaces for several variants of Radix Hash Join.
(c) 2012, ETH Zurich, Systems Group
Definition in file parallel_radix_join.h.