RE: Re: [AGG-Rule]

2023-02-24 Thread Jigao Luo
flink/table/planner/plan/nodes/physical/batch/BatchPhysicalHashAggregateBase.scala#L59 > [2] > https://github.com/apache/flink/blob/5cda70d873c9630c898d765633ec7a6cfe53e3c6/flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/nodes/physical/batch/BatchPhysicalSortAggregateBase.scala#L56 &g

[AGG-Rule]

2023-02-20 Thread Jigao Luo
Hi Calcite Contributors, I have a question about Aggregation Enumerable Rules (Converter Rule). We know that EnumerableAggregate and EnumerableSortedAggregate are physical operators of a logical Aggregate operator. I would like to know if we have implemented rules or costs to select one of the