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

Method Project

publication/source_code/bench_end_to_end/src/vectorwise/QueryBuilder.cpp:76–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76QueryBuilder::ProjectionBuilder QueryBuilder::Project() {
77 auto project = make_unique<class Project>();
78 auto p = project.get();
79 p->child = popOperator();
80 pushOperator(move(project));
81 return {*this, *p};
82}
83
84void QueryBuilder::FixedAggregation(std::unique_ptr<Aggregates>&& aggrs) {
85 auto aggregation = make_unique<FixedAggr>();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected