Class GroupAggregationAnalyzer

java.lang.Object
org.apache.flink.table.planner.analyze.GroupAggregationAnalyzer
All Implemented Interfaces:
PlanAnalyzer

@Internal public class GroupAggregationAnalyzer extends Object implements PlanAnalyzer
An implementation of PlanAnalyzer to analyze whether group aggregation can be optimized to local-global two_phase aggregation by tuning table configurations.