#include <NestedLoopJoinExecStream.h>
Public Member Functions | |
NestedLoopJoinKey (DynamicParamId id, uint offset) | |
Public Attributes | |
DynamicParamId | dynamicParamId |
uint | leftAttributeOrdinal |
Definition at line 36 of file NestedLoopJoinExecStream.h.
NestedLoopJoinKey::NestedLoopJoinKey | ( | DynamicParamId | id, | |
uint | offset | |||
) | [inline] |
Definition at line 41 of file NestedLoopJoinExecStream.h.
00041 : 00042 dynamicParamId(id), 00043 leftAttributeOrdinal(offset) 00044 { 00045 } };
DynamicParamId NestedLoopJoinKey::dynamicParamId |
Definition at line 38 of file NestedLoopJoinExecStream.h.
Definition at line 39 of file NestedLoopJoinExecStream.h.