MCPcopy 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_FFunction · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getNoSelQueryMethod · 0.50
getQueryMethod · 0.50
getQueryMethod · 0.50
getGroupQueryMethod · 0.50
getQueryMethod · 0.50

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.40
getQueryMethod · 0.40
getQueryMethod · 0.40
getQueryMethod · 0.40