NestedLoopJoinKey Struct Reference

Dynamic parameter used to pass a join key value from the left input to the right input. More...

#include <NestedLoopJoinExecStream.h>

List of all members.

Public Member Functions

 NestedLoopJoinKey (DynamicParamId id, uint offset)

Public Attributes

DynamicParamId dynamicParamId
uint leftAttributeOrdinal


Detailed Description

Dynamic parameter used to pass a join key value from the left input to the right input.

Definition at line 36 of file NestedLoopJoinExecStream.h.


Constructor & Destructor Documentation

NestedLoopJoinKey::NestedLoopJoinKey ( DynamicParamId  id,
uint  offset 
) [inline]

Definition at line 41 of file NestedLoopJoinExecStream.h.

00041                                                       :
00042         dynamicParamId(id),
00043         leftAttributeOrdinal(offset)
00044     {
00045     }
};


Member Data Documentation

DynamicParamId NestedLoopJoinKey::dynamicParamId

Definition at line 38 of file NestedLoopJoinExecStream.h.

uint NestedLoopJoinKey::leftAttributeOrdinal

Definition at line 39 of file NestedLoopJoinExecStream.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:40 2009 for Fennel by  doxygen 1.5.1