Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
Functions
no_partitioning_join.h File Reference

The interface of No partitioning optimized (NPO) join algorithm. More...

#include "types.h"

Go to the source code of this file.

Functions

result_tNPO (relation_t *relR, relation_t *relS, int nthreads)
 
result_tNPO_st (relation_t *relR, relation_t *relS, int nthreads)
 

Detailed Description

The interface of No partitioning optimized (NPO) join algorithm.

Author
Cagri Balkesen cagri.nosp@m..bal.nosp@m.kesen.nosp@m.@inf.nosp@m..ethz.nosp@m..ch
Date
Sun Feb 5 20:12:56 2012
Version
Id
no_partitioning_join.h 4419 2013-10-21 16:24:35Z bcagri

(c) 2012, ETH Zurich, Systems Group

Definition in file no_partitioning_join.h.