Go to the source code of this file.
Classes | |
| struct | LcsClusterScanDef |
| Represents a single cluster in a table cluster scan. More... | |
| struct | LcsRowScanBaseExecStreamParams |
| Indicates the clustered indexes that need to be read to scan a table and the columns from the clusters that need to be projected in the scan result. More... | |
| class | LcsRowScanBaseExecStream |
| Implements basic elements required to scan clusters in an exec stream. More... | |
Typedefs | |
| typedef std::vector< LcsClusterScanDef > | LcsClusterScanDefList |
Enumerations | |
| enum | LcsSpecialColumnId { LCS_RID_COLUMN_ID = 0x7FFFFF00 } |
| Column ordinals used to represent "special" columns, like rid. More... | |
| typedef std::vector<LcsClusterScanDef> LcsClusterScanDefList |
Definition at line 46 of file LcsRowScanBaseExecStream.h.
| enum LcsSpecialColumnId |
Column ordinals used to represent "special" columns, like rid.
Definition at line 162 of file LcsRowScanBaseExecStream.h.
00162 { 00163 LCS_RID_COLUMN_ID = 0x7FFFFF00 00164 };
1.5.1