SwatDB
|
#include <operation.h>
Public Attributes | |
File * | file |
FileId | fid |
Schema * | schema |
Record * | rec |
RecordId | rid |
Key * | key |
Struct for storing file state associated with a relational operation. One is created for the result file, and one (or more) are created for the source files and indices.
FileId fileState::fid |
The file's FileId
Key* fileState::key |
Temporary space for the search key for select and join comparisons
Record* fileState::rec |
Temporary record space that can be used while scanning through file