#include <LbmSearchExecStream.h>
Inheritance diagram for LbmSearchExecStreamParams:

Public Attributes | |
| DynamicParamId | rowLimitParamId |
| Parameter id representing the dynamic parameter used to limit the number of rows to produce on a single execute. | |
| DynamicParamId | startRidParamId |
| Parameter id representing the dynamic parameter used to set the starting rid value for bitmap entries. | |
Definition at line 34 of file LbmSearchExecStream.h.
| DynamicParamId LbmSearchExecStreamParams::rowLimitParamId |
Parameter id representing the dynamic parameter used to limit the number of rows to produce on a single execute.
Definition at line 40 of file LbmSearchExecStream.h.
Referenced by LbmSearchExecStream::prepare(), LbmSearchTest::testScanIdx(), and ExecStreamSubFactory_lu::visit().
| DynamicParamId LbmSearchExecStreamParams::startRidParamId |
Parameter id representing the dynamic parameter used to set the starting rid value for bitmap entries.
Definition at line 46 of file LbmSearchExecStream.h.
Referenced by LbmSearchExecStream::prepare(), LbmSearchTest::testScanIdx(), and ExecStreamSubFactory_lu::visit().
1.5.1