Closed christopherswenson closed 1 year ago
aggregate:
group_by:
calculate:
where:
limit:
having:
order_by:
I assume extend: will only be legal in one-stage queries as well, though we haven't discussed this.
extend:
This is done in https://github.com/malloydata/malloy/pull/1241
aggregate:
,group_by:
, andcalculate:
are not legal when refining a multi stage querywhere:
refines the first stage of the querylimit:
,having:
,order_by:
)