This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-04
Channels
- # architecture (9)
- # babashka (33)
- # beginners (53)
- # biff (3)
- # cljdoc (11)
- # clojure (8)
- # clojure-austria (2)
- # clojure-dev (9)
- # clojure-europe (64)
- # clojure-nl (2)
- # clojure-norway (49)
- # clojure-sweden (4)
- # clojure-uk (4)
- # clojurescript (16)
- # cursive (14)
- # datahike (31)
- # datalevin (6)
- # datascript (9)
- # events (1)
- # fulcro (4)
- # honeysql (8)
- # hyperfiddle (116)
- # introduce-yourself (1)
- # kaocha (2)
- # malli (13)
- # nyc (2)
- # off-topic (4)
- # polylith (5)
- # portal (1)
- # reagent (1)
- # reitit (18)
- # releases (1)
- # spacemacs (6)
Is there a special incantation to to produce ARRAY_AGG(col IGNORE NULLS)
? I’ve successfully used [:ignore-nulls :col]
in analytic functions but it doesn’t seem to work for :array_agg
:ignore-nulls
isn't built-in -- can you provide a bit more context here?
I completely forgot that I registered my own :ignore-nulls
function. That’s kind of embarrassing 🙂
I’m not sure how common it is across dialects but it’s regularly used in BigQuery SQL
Feel free to create a GH issue for it to be added with a link to supporting docs.
👍 2
Finally got to it: https://github.com/seancorfield/honeysql/issues/504
Happy to add more docs if helpful