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

Add JS wrapper for selected-aggregation-operators (#31158)

Part of #31157.
parent 3c136619
No related branches found
No related tags found
No related merge requests found
......@@ -339,6 +339,11 @@
[aggregation-operator]
(to-array (lib.core/aggregation-operator-columns aggregation-operator)))
(defn ^:export selected-aggregation-operators
"Mark the operator and the column (if any) in `agg-operators` selected by `agg-clause`."
[agg-operators agg-clause]
(to-array (lib.core/selected-aggregation-operators (seq agg-operators) agg-clause)))
(defn ^:export filterable-columns
"Get the available filterable columns for the stage with `stage-number` of
the query `a-query`.
......
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