You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/09/01 05:02:48 UTC

[jira] [Closed] (CALCITE-751) Push aggregate with aggregate functions through join

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

Jacques Nadeau closed CALCITE-751.
----------------------------------

Resolved in release 1.4.0-incubating (2015-08-23)

> Push aggregate with aggregate functions through join
> ----------------------------------------------------
>
>                 Key: CALCITE-751
>                 URL: https://issues.apache.org/jira/browse/CALCITE-751
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 1.4.0-incubating
>
>
> AggregateJoinTransposeRule currently only fires if the Aggregate has no aggregate functions. We need to lift that limitation.
> Aggregate functions should be split, e.g. COUNT becomes SUM of COUNT. Some aggregate functions cannot be split, e.g. distinct-count.
> Add a new interface to SqlAggFunction to allow it to declare the split policy.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)