malloydata / malloy

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

Allow unknown function calls to specify an expression type #1618

Open christopherswenson opened 5 months ago

christopherswenson commented 5 months ago

Adds new syntax:

This all requires the ##! experimental.unknown_function_expression_types experiment to be enabled.

christopherswenson commented 5 months ago

Not sure about measure/calculation vs aggregate/analytic...