Go to the source code of this file.
Classes | |
struct | NestedLoopJoinKey |
Dynamic parameter used to pass a join key value from the left input to the right input. More... | |
struct | NestedLoopJoinExecStreamParams |
NestedLoopJoinExecStream defines parameters for instantiating a NestedLoopJoinExecStream. More... | |
class | NestedLoopJoinExecStream |
NestedLoopJoinExecStream performs a nested loop join between two inputs by iterating over the first input once and opening and re-iterating over the second input for each tuple from the first. More... |