malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.96k stars 76 forks source link

Allow `partititon_by` and `order_by` on analytic functions without the `partition_by` and `function_order_by` experiments #1616

Closed christopherswenson closed 7 months ago

christopherswenson commented 8 months ago

Also add the aggregate_order_by experiment for using order_by on an aggregate.