← Prev in month ← Prev in thread
Next in thread → Next in month →

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

From
OASIS Issues Tracker <>
Date
2018-07-20T11:39:02+00:00
ID
Thread
[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)
← Prev in month ← Prev in thread
Next in thread → Next in month →