#include <LbmBitOpExecStream.h>
Inheritance diagram for LbmBitOpExecStreamParams:
Public Attributes | |
DynamicParamId | rowLimitParamId |
Parameter id representing the dynamic parameter used to limit the number of rows producers for this stream should produce on a single execute. | |
DynamicParamId | startRidParamId |
Parameter id representing the dynamic parameter used to set the starting rid value for bitmap entries to be produced by this stream's producers. |
Definition at line 37 of file LbmBitOpExecStream.h.
DynamicParamId LbmBitOpExecStreamParams::rowLimitParamId |
Parameter id representing the dynamic parameter used to limit the number of rows producers for this stream should produce on a single execute.
If set to 0, there is no limit.
Definition at line 44 of file LbmBitOpExecStream.h.
Referenced by LbmBitOpExecStream::prepare(), and ExecStreamSubFactory_lu::readBitOpDynamicParams().
DynamicParamId LbmBitOpExecStreamParams::startRidParamId |
Parameter id representing the dynamic parameter used to set the starting rid value for bitmap entries to be produced by this stream's producers.
If set to 0, then no skipping of rid values is done.
Definition at line 51 of file LbmBitOpExecStream.h.
Referenced by LbmBitOpExecStream::prepare(), and ExecStreamSubFactory_lu::readBitOpDynamicParams().