Skip to content

Commit

Permalink
pipeline code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Jul 24, 2024
1 parent 15d9adc commit 4fcb761
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion be/src/vec/exec/vanalytic_eval_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,8 @@ void VAnalyticEvalNode::_execute_for_win_func(int64_t partition_start, int64_t p
}
_agg_functions[i]->function()->add_range_single_place(
partition_start, partition_end, frame_start, frame_end,
_fn_place_ptr + _offsets_of_aggregate_states[i], _agg_columns.data(), nullptr);
_fn_place_ptr + _offsets_of_aggregate_states[i], _agg_columns.data(),
_agg_arena_pool.get());
}

// If the end is not greater than the start, the current window should be empty.
Expand Down

0 comments on commit 4fcb761

Please sign in to comment.