Add function support to AQL
Raise CR
Analysis
Execution
Raise CR
Analysis
Execution
Description
Activity
Show:
Details
Details
Reporter
Thomas Beale
Thomas BealeRaised By
Bjørn Næss
Bostjan Lah
Seref Arikan
Components
Affects versions
Created November 7, 2018 at 10:28 AM
Updated February 14, 2020 at 2:07 PM
Describe in the spec how functions are expressible in AQL queries, e.g.
select c/name/value, tag(c, 'EpisodeOfCareId') from composition c where tag(c, 'EpisodeOfCareId') = 'test' limit 5
Need to modify the grammar spec to support this.