Multi-core Hash Joins
Main-memory hash join implementations for multi-core CPUs
types64.hpp
1
2
3#ifndef TYPES64_HPP
4#define TYPES64_HPP
5
6//#define KEY_8B
7#include "types.h"
8
9#endif // TYPES64_HPP
Provides general type definitions used by all join algorithms.