LcsRowScanBaseExecStream.h File Reference

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< LcsClusterScanDefLcsClusterScanDefList

Enumerations

enum  LcsSpecialColumnId { LCS_RID_COLUMN_ID = 0x7FFFFF00 }
 Column ordinals used to represent "special" columns, like rid. More...


Typedef Documentation

typedef std::vector<LcsClusterScanDef> LcsClusterScanDefList

Definition at line 46 of file LcsRowScanBaseExecStream.h.


Enumeration Type Documentation

enum LcsSpecialColumnId

Column ordinals used to represent "special" columns, like rid.

Enumerator:
LCS_RID_COLUMN_ID 

Definition at line 162 of file LcsRowScanBaseExecStream.h.

00162                         {
00163     LCS_RID_COLUMN_ID = 0x7FFFFF00
00164 };


Generated on Mon Jun 22 04:00:23 2009 for Fennel by  doxygen 1.5.1