Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
1.Introduce aggregation code generator without keys.
2.Introduce sort aggregation code generator to deal with all aggregate functions with keys. (Require input in keys order.)
3.Introduce hash aggregation code generator to deal with DeclarativeAggregateFunction and aggregateBuffers can be update(e.g.: setInt) in BinaryRow. (Hash Aggregate performs much better than Sort Aggregate)
Attachments
Issue Links
- is a child of
-
FLINK-11490 Add an initial Blink SQL batch runtime
- Closed
- links to