|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
#include "types.h"Go to the source code of this file.
Typedefs | |
| typedef tuple_t | item_t |
Functions | |
| item_t * | gen_zipf (unsigned int stream_size, unsigned int alphabet_size, double zipf_factor, item_t **output) |
Data generation with Zipf distribution.
(c) 2011 ETH Zurich, Systems Group
Definition in file genzipf.h.