Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Classes | Typedefs
types.h File Reference

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
 

Detailed Description

Provides general type definitions used by all join algorithms.

Author
Cagri Balkesen cagri.nosp@m..bal.nosp@m.kesen.nosp@m.@inf.nosp@m..ethz.nosp@m..ch
Date
Tue May 22 16:43:30 2012
Version
Id
types.h 4419 2013-10-21 16:24:35Z bcagri

Definition in file types.h.