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

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.40
getQueryMethod · 0.40
getQueryMethod · 0.40