Skip to content
Snippets Groups Projects
Unverified Commit 663ca8e5 authored by metamben's avatar metamben Committed by GitHub
Browse files

Add aggregation operator specific properties to display-info schema (#30884)

parent 17113df7
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,10 @@
;; does this column occur in the breakout clause?
[:is-breakout-column {:optional true} [:maybe :boolean]]
;; does this column occur in the order-by clause?
[:is-order-by-column {:optional true} [:maybe :boolean]]])
[:is-order-by-column {:optional true} [:maybe :boolean]]
;; for aggregation operators
[:column-name {:optional true} :string]
[:description {:optional true} :string]])
(mu/defn display-info :- ::display-info
"Given some sort of Cljs object, return a map with the info you'd need to implement UI for it. This is mostly meant to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment