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

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Apr 19 16:04:32 EDT 2011


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list