You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Chunwei Lei (Jira)" <ji...@apache.org> on 2020/10/27 03:19:00 UTC

[jira] [Assigned] (CALCITE-907) Add AggregateExchangeTransposeRule

     [ https://issues.apache.org/jira/browse/CALCITE-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chunwei Lei reassigned CALCITE-907:
-----------------------------------

    Assignee:     (was: Chunwei Lei)

> Add AggregateExchangeTransposeRule
> ----------------------------------
>
>                 Key: CALCITE-907
>                 URL: https://issues.apache.org/jira/browse/CALCITE-907
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Priority: Major
>
> A rule that would recognize an Aggregate on top of an Exchange and push down the aggregation. The result is a local Aggregate followed by an Exchange followed by a summarizing Aggregate.
> It would exploit SqlSplittableAggFunction, similar to CALCITE-751.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)