10#ifndef _SWATDB_FILESCAN_H_
11#define _SWATDB_FILESCAN_H_
FileScan(FileId rel_id, FileId result_id, std::vector< FieldId > fields, std::vector< Comp > comps, std::vector< void * > values, Catalog *catalog)
Constructor for FileScan select operation.
~FileScan()
Destructor for FileScan. Deletes dynamic member variables.
void runOperation()
Runs the filescan operation. All tuples of the relations will be looped over and checked against the ...
Definition heapfilescanner.h:39
Definition relationfile.h:32
std::vector< Comp > comps
Definition select.h:76
std::vector< FieldId > fields
Definition select.h:71
std::vector< void * > values
Definition select.h:82
std::uint32_t FileId
Definition swatdb_types.h:33