OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-1201) Improve the syntax of aggregation exceptions with "from"


Gerald Krause created ODATA-1201:
------------------------------------

             Summary: Improve the syntax of aggregation exceptions with "from"
                 Key: ODATA-1201
                 URL: https://issues.oasis-open.org/browse/ODATA-1201
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: Extension for Data Aggregation
    Affects Versions: V4.0_CSD03
         Environment: Proposed
            Reporter: Gerald Krause
             Fix For: V4.0_CSD04


Current syntax:

Â
{code:java}
aggregateExpression    (1)
  as alias             (3)
  from groupableProperty_1 with aggregationMethod_1 [ with aggregationMethod_1 ] (2) 
  ... 
  from groupableProperty_n with aggregationMethod_n [ with aggregationMethod_n ] 
{code}
It first takes (1) the standard aggregate expression followed by (3) the alias for the final aggregated value followed by (2) "from" clauses for exceptions. Since there is a certain processing order defined, which is 1, 2, 3, the syntax would express the intention more clearly, if it would be (1) (2) (3)

Â



--
This message was sent by Atlassian JIRA
(v7.7.2#77003)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]