Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ Scan
Class
Scan
publication/source_code/bench_end_to_end/src/vectorwise/QueryBuilder.cpp:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
auto nr = nextOpNr();
54
auto& s = operatorState.get<Scan::Shared>(nr);
55
auto scan = make_unique<class Scan>(s, rel.tup_c, vecs.getVecSize());
56
auto res = scan.get();
57
pushOperator(move(scan));
58
return {*res, rel};
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
getNoSelQuery
Method · 0.50
getQuery
Method · 0.50
getQuery
Method · 0.50
getGroupQuery
Method · 0.50
getQuery
Method · 0.50
Calls
no outgoing calls
Tested by
4
TEST_F
Function · 0.40
getQuery
Method · 0.40
getQuery
Method · 0.40
getQuery
Method · 0.40