Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
QueryBuilder::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
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getNoSelQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected