Go to the source code of this file.
Classes | |
struct | LcsRowScanExecStreamParams |
Parameters specific to the row scan execution stream, including the type of scan (full table scan versus specific rid reads) and whether residual filtering should be performed. More... | |
class | LcsRowScanExecStream |
Given a stream of RIDs, performs a table scan for those RIDs using the appropriate clustered indexes defined on the table. More... |