AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
The simplest nested loop join
Collaboration diagram for The simplest nested loop join:

Classes

class  INTELLI::NestedLoopJoin
 The top class package of Nested Loop Join providing a "join function". More...
 

Detailed Description

Just compare keys in the loop and test if they are matched.