Skip to content

Commit

Permalink
Add annotation for prepareFinal method in GroupedAccumulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-hao-Li authored Dec 31, 2024
1 parent 88a99aa commit 90e7a80
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ public interface GroupedAccumulator {

void evaluateFinal(int groupId, ColumnBuilder columnBuilder);

/**
* This interface will be used for order by in agg function (not implemented), implementations are
* all empty now.
*/
void prepareFinal();

void reset();
Expand Down

0 comments on commit 90e7a80

Please sign in to comment.