MCPcopy Create free account
hub / github.com/cwida/ALP / Scan

Method Scan

publication/source_code/bench_end_to_end/src/common/algebra/Operators.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20Scan::Scan(runtime::Relation& r) : Operator("scan"), rel(r) {}
21Map::Map(std::unique_ptr<Operator> c) : UnaryOperator("map", move(c)) {}
22Print::Print(std::unique_ptr<Operator> c, std::vector<std::string>&& att)
23 : UnaryOperator("print", move(c)), attributes(move(att)) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected