Skip to content

Commit

Permalink
Add GlutenAggregatorUtil to expose APIs into gluten (#476)
Browse files Browse the repository at this point in the history
(cherry picked from commit 890b6d7)
  • Loading branch information
lgbo-ustc authored and baibaichen committed Nov 30, 2024
1 parent c5417f0 commit b811bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Interpreters/Aggregator.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ class Aggregator final
friend class ConvertingAggregatedToChunksSource;
friend class ConvertingAggregatedToChunksWithMergingSource;
friend class AggregatingInOrderTransform;
friend class GlutenAggregatorUtil;

/// Data structure of source blocks.
Block header;
Expand Down

0 comments on commit b811bdf

Please sign in to comment.