[
https://issues.jboss.org/browse/TEIID-1560?page=com.atlassian.jira.plugin...
]
Steven Hawkins closed TEIID-1560.
---------------------------------
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