Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Typedefs | Functions
genzipf.h File Reference
#include "types.h"

Go to the source code of this file.

Typedefs

typedef tuple_t item_t
 

Functions

item_tgen_zipf (unsigned int stream_size, unsigned int alphabet_size, double zipf_factor, item_t **output)
 

Detailed Description

Version
Id
genzipf.h 3017 2012-12-07 10:56:20Z bcagri

Data generation with Zipf distribution.

Author
Jens Teubner jens..nosp@m.teub.nosp@m.ner@i.nosp@m.nf.e.nosp@m.thz.c.nosp@m.h

(c) 2011 ETH Zurich, Systems Group

Id
genzipf.h 3017 2012-12-07 10:56:20Z bcagri

Definition in file genzipf.h.

Typedef Documentation

◆ item_t

typedef tuple_t item_t

Definition at line 23 of file genzipf.h.

Function Documentation

◆ gen_zipf()

item_t * gen_zipf ( unsigned int  stream_size,
unsigned int  alphabet_size,
double  zipf_factor,
item_t **  output 
)

Generate a stream with Zipf-distributed content.

Definition at line 103 of file genzipf.c.