[Feature](agg_state) support agg_state combinators (#19969)

support agg_state combinators state/merge/union
This commit is contained in:
Pxl
2023-05-29 13:07:29 +08:00
committed by GitHub
parent f217e052d3
commit bbb3af6ce6
29 changed files with 564 additions and 99 deletions

View File

@ -465,7 +465,7 @@ void BlockReader::_update_agg_value(MutableColumns& columns, int begin, int end,
if (begin <= end) {
function->add_batch_range(begin, end, place, const_cast<const IColumn**>(&column_ptr),
nullptr, _stored_has_null_tag[idx]);
&_arena, _stored_has_null_tag[idx]);
}
if (is_close) {