You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by "Kasper Sørensen (JIRA)" <ji...@apache.org> on 2015/08/18 22:03:46 UTC

[jira] [Resolved] (METAMODEL-178) Make FunctionType an interface to enable addition of non-aggregate/scalar functions

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

Kasper Sørensen resolved METAMODEL-178.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.4.0

> Make FunctionType an interface to enable addition of non-aggregate/scalar functions
> -----------------------------------------------------------------------------------
>
>                 Key: METAMODEL-178
>                 URL: https://issues.apache.org/jira/browse/METAMODEL-178
>             Project: Apache MetaModel
>          Issue Type: Improvement
>            Reporter: Kasper Sørensen
>            Assignee: Alberto Rodriguez
>             Fix For: 4.4.0
>
>
> To unlock the addition of scalar functions such as described by METAMODEL-165 we need to change FunctionType to not be an enum but to be an interface with a sub-interface called AggregateFunction. Another subinterface called ScalarFunction could then denote functions to be applied on each record (as opposed to aggregate functions which are applied on a set of values).



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