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

[jira] [Created] (CALCITE-565) Implement windowed aggregate in interpreter

Julian Hyde created CALCITE-565:
-----------------------------------

             Summary: Implement windowed aggregate in interpreter
                 Key: CALCITE-565
                 URL: https://issues.apache.org/jira/browse/CALCITE-565
             Project: Calcite
          Issue Type: Sub-task
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Implement windowed aggregate (the Window relational expression) in the interpreter.

Aggregate functions could be implemented by generating Java ASTs (via AggImplementor) but it would be simpler to implement them using AggregateFunctionImpl, as if they were user-defined aggregates. (AggregateNode already does this.)



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