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

[OASIS Issue Tracker] Created: (ODATA-144) "Scoping" syntax for $select and $aggregate

From
OASIS Issues Tracker <>
Date
2012-10-16T12:32:36+00:00
ID
834290579.4171350390744311.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (ODATA-144) "Scoping" syntax for $select and $aggregate
"Scoping" syntax for $select and $aggregate
-------------------------------------------

                 Key: ODATA-144
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-144
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData URL Conventions v1.0
    Affects Versions: WD01
         Environment: [Proposed]
            Reporter: Ralf Handl
             Fix For: WD01


The current syntax for $select requires to qualify each single included property with its navigation path. We propose an alternative/additional syntax that allows grouping by path:
    $select=Items/(Price,Currency,Quantity,Unit) 

The same notation would be useful for the data aggregation extension:
    $aggregate=Sales/(sum(Amount),average(Amount) as AvgAmt)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →