Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
EnumerableSortedAggregate is added in 1.23.0, but doesn't implement code generation. It would be nice if we can add code generation for it, so that more efficient plan can be generated and used for some queries, e.g.
select foo.a, max(b) from foo join bar on foo.a=bar.a group by a order by a desc;
Attachments
Issue Links
- is related to
-
CALCITE-3896 Pass through parent trait requests to child operators
- Closed
- relates to
-
CALCITE-6087 EnumerableSortedAggregate returns incorrect result when input is empty
- Open
-
CALCITE-6089 EnumerableSortedAggregate fails with ClassCastException: class X cannot be cast to class org.apache.calcite.runtime.FlatLists$ComparableList
- Open
- links to