Go to the source code of this file.
Classes | |
| struct | LbmEntryInfo |
| Structure that associates a scratch buffer with each bitmap entry under construction. More... | |
| struct | LbmGeneratorExecStreamParams |
| class | LbmGeneratorExecStream |
| LbmGeneratorExecStream reads the column store clusters corresponding to the columns of an index, and creates bitmap entries for those rows. More... | |
Enumerations | |
| enum | LbmPendingProduceType { LBM_TABLEFLUSH_PENDING, LBM_ENTRYFLUSH_PENDING, LBM_NOFLUSH_PENDING } |
Definition at line 32 of file LbmGeneratorExecStream.h.
00032 { 00033 LBM_TABLEFLUSH_PENDING, 00034 LBM_ENTRYFLUSH_PENDING, 00035 LBM_NOFLUSH_PENDING 00036 };
1.5.1