[feature](window-func) support percent_rank window function (#30926)
This commit is contained in:
@ -353,7 +353,7 @@ Status VAnalyticEvalNode::_get_next_for_range(size_t current_block_rows) {
|
||||
_window_end_position < current_block_rows) {
|
||||
if (_current_row_position >= _order_by_end.pos) {
|
||||
_update_order_by_range();
|
||||
_executor.execute(_order_by_start.pos, _order_by_end.pos, _order_by_start.pos,
|
||||
_executor.execute(_partition_by_start.pos, _partition_by_end.pos, _order_by_start.pos,
|
||||
_order_by_end.pos);
|
||||
}
|
||||
_executor.insert_result(current_block_rows);
|
||||
|
||||
Reference in New Issue
Block a user