MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / select

Method select

src/expression_evaluator/expression_evaluator.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool ExpressionEvaluator::select(common::SelectionVector& selVector,
51 bool shouldSetSelVectorToFiltered) {
52 bool ret = selectInternal(selVector);
53 if (shouldSetSelVectorToFiltered && selVector.isUnfiltered()) {
54 selVector.setToFiltered();
55 }
56 return ret;
57}
58
59} // namespace evaluator
60} // namespace lbug

Callers 3

evaluateMethod · 0.45
getNextTuplesInternalMethod · 0.45
nextMethod · 0.45

Calls 2

isUnfilteredMethod · 0.80
setToFilteredMethod · 0.80

Tested by

no test coverage detected