Expand description

A collection of relational join operators.

Modules

Radix join operators for GPUs.

Hash join operators for CPUs and GPUs (that don’t partition data).

Enums

Specifies the hashing scheme using in hash table insert and probe operations.

Type Definitions

A hash table entry in the C/C++ implementation.