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

Class Project

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

Source from the content-addressed store, hash-verified

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));

Callers 12

getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getNoSelQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected