[refactor](remove expr) remove non vectorized Expr and ExprContext related codes (#16136)

This commit is contained in:
yiguolei
2023-01-24 10:45:35 +08:00
committed by GitHub
parent 23edb3de5a
commit 79ad74637d
176 changed files with 319 additions and 15367 deletions

View File

@ -85,8 +85,6 @@ Status VTableFunctionNode::prepare(RuntimeState* state) {
RETURN_IF_ERROR(ExecNode::prepare(state));
_num_rows_filtered_counter = ADD_COUNTER(_runtime_profile, "RowsFiltered", TUnit::UNIT);
RETURN_IF_ERROR(Expr::prepare(_fn_ctxs, state, _row_descriptor));
for (auto fn : _fns) {
RETURN_IF_ERROR(fn->prepare());
}