Skip to content
Snippets Groups Projects
Commit 2d62239e authored by Cam Saul's avatar Cam Saul
Browse files

align comments nicely :smiling_imp:

parent 3d57f433
Branches
Tags
No related merge requests found
......@@ -182,7 +182,7 @@
(integer? field-id) (field-id->kw field-id)
(= field-id "$$aggregation") (let [[ag] (:aggregation (:query qp/*query*))]
`(raw ~(case ag
"avg" "\"avg\"" ; based on the type of the aggregation
"avg" "\"avg\"" ; based on the type of the aggregation
"count" "\"count\"" ; make sure we ask the DB to order by the
"distinct" "\"count\"" ; name of the aggregate field
"stddev" "\"stddev\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment