BTreeSearchKeyParameter Struct Reference

Structure used to store information about dynamic parameters used in the btree search. More...

#include <BTreeSearchExecStream.h>

List of all members.

Public Member Functions

 BTreeSearchKeyParameter (DynamicParamId id, uint offset)

Public Attributes

DynamicParamId dynamicParamId
 Dynamic parameter id.
uint keyOffset
 Offset within the projected search key that this parameter maps to.


Detailed Description

Structure used to store information about dynamic parameters used in the btree search.

Definition at line 38 of file BTreeSearchExecStream.h.


Constructor & Destructor Documentation

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

Definition at line 50 of file BTreeSearchExecStream.h.

00052                      :
00053         dynamicParamId(id),
00054         keyOffset(offset)
00055     {
00056     }
};


Member Data Documentation

DynamicParamId BTreeSearchKeyParameter::dynamicParamId

Dynamic parameter id.

Definition at line 43 of file BTreeSearchExecStream.h.

uint BTreeSearchKeyParameter::keyOffset

Offset within the projected search key that this parameter maps to.

Definition at line 48 of file BTreeSearchExecStream.h.


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