Closed Mestway closed 6 years ago
We want to enable Cosette to handle the following new forms of aggregation query forms:
An demonic example is shown below.
Select a, max(c), b + 1, count(*) + 2, min(a + b) From t Group by a, b Having min(d - a) > 2
Rosette side support done, the rest is to add parser support. Interface use example can be find at rosette/tests/denotation-test.rkt.
rosette/tests/denotation-test.rkt
We want to enable Cosette to handle the following new forms of aggregation query forms:
An demonic example is shown below.