MCPcopy Create free account
hub / github.com/bytedance/bolt / makeExprSetFromFlag

Function makeExprSetFromFlag

bolt/expression/Expr.cpp:2058–2066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056 if (i > 0) {
2057 out << std::endl;
2058 }
2059 printExprTree(*exprs[i], "", true /*withStats*/, out, uniqueExprs);
2060 }
2061 return out.str();
2062}
2063
2064void SimpleExpressionEvaluator::evaluate(
2065 exec::ExprSet* exprSet,
2066 const SelectivityVector& rows,
2067 const RowVector& input,
2068 VectorPtr& result) {
2069 const std::string kDefaultCurrentSplitValue =

Callers 2

initializeMethod · 0.85
TEST_FFunction · 0.85

Calls 2

exprEvalSimplifiedMethod · 0.80
queryCtxMethod · 0.80

Tested by 1

TEST_FFunction · 0.68