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-1554) Clarify the algorithm for evaluating the compute transformation


Heiko Theissen created ODATA-1554:
-------------------------------------

             Summary: Clarify the algorithm for evaluating the compute transformation
                 Key: ODATA-1554
                 URL: https://issues.oasis-open.org/browse/ODATA-1554
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Bug
          Components: Data Aggregation
         Environment: It seems warranted that compute expressions can use dynamic properties that were computed by previous compute expressions, as in {{compute(A add B as C, C mul 2 as D)}}.

And the sequence of the compute expressions should not matter, therefore {{compute(C mul 2 as D, A add B as C)}} should produce the same result. The server must determine an appropriate sequence in which to evaluate the compute expressions, or fail if a cycle is detected.
            Reporter: Heiko Theissen






--
This message was sent by Atlassian Jira
(v8.3.3#803004)


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