Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ Select
Class
Select
publication/source_code/bench_end_to_end/src/vectorwise/QueryBuilder.cpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
void QueryBuilder::Select(std::unique_ptr<class Expression>&& exp) {
70
auto select = make_unique<class Select>();
71
select->condition = move(exp);
72
select->child = popOperator();
73
pushOperator(move(select));
Callers
15
TEST_F
Function · 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
getGroupQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
Calls
no outgoing calls
Tested by
3
TEST_F
Function · 0.40
getQuery
Method · 0.40
getQuery
Method · 0.40