[teiid-issues] [JBoss JIRA] (TEIID-1560) Add support for user defined / pushdown aggregate functions

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Wed Apr 11 15:29:47 EDT 2012


     [ https://issues.jboss.org/browse/TEIID-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-1560.
-----------------------------------

    Resolution: Done


updated the user defined pages in confluence. will still need to ensure the design time integration now that function models are deprecated.
                
> Add support for user defined / pushdown aggregate functions
> -----------------------------------------------------------
>
>                 Key: TEIID-1560
>                 URL: https://issues.jboss.org/browse/TEIID-1560
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.0
>
>
> Add support for user defined aggregate functions.  This would also affect the function model metadata.  Our aggregate handling logic will need to be generalized to make this possible.  Starting with the parser we've got special handling for built-in aggregates.
> for user defined aggregate handling just a static method will not work as the function needs to retain state across each group.  Could require that the implementing class extends AggregateFunction. 
> Could also allow user defined aggregates to take an order by clause.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list