10#ifndef _SWATDB_PROJECT_H_
11#define _SWATDB_PROJECT_H_
Definition heapfilescanner.h:39
Definition operation.h:74
std::vector< FieldId > fields
Definition project.h:76
Project(FileId rel_id, FileId result_id, std::vector< FieldId > fields, Catalog *catalog)
Constructor for Project operation.
void runOperation()
Runs the operation.
~Project()
Destructor for the Select Operation.
Definition relationfile.h:32
Definition operation.h:40
std::uint32_t FileId
Definition swatdb_types.h:33