|
Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
|
The interface of No partitioning optimized (NPO) join algorithm. More...
#include "types.h"Go to the source code of this file.
Functions | |
| result_t * | NPO (relation_t *relR, relation_t *relS, int nthreads) |
| result_t * | NPO_st (relation_t *relR, relation_t *relS, int nthreads) |
The interface of No partitioning optimized (NPO) join algorithm.
(c) 2012, ETH Zurich, Systems Group
Definition in file no_partitioning_join.h.