[Exec](opt) Opt the vexplode_split function performance (#15945)

This commit is contained in:
HappenLee
2023-01-17 19:02:57 +08:00
committed by GitHub
parent 4a261a0403
commit d5a3e8df3a
5 changed files with 74 additions and 22 deletions

View File

@ -129,7 +129,7 @@ Status VTableFunctionNode::get_next(RuntimeState* state, Block* block, bool* eos
std::placeholders::_3)),
child(0)->get_next_span(), _child_eos);
push(state, &_child_block, _child_eos);
RETURN_IF_ERROR(push(state, &_child_block, _child_eos));
}
return pull(state, block, eos);