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