Open igalklebanov opened 11 months ago
Hey 👋
Following #779, we might want to allow chaining .orderBy where .distinct is invocable in eb.fn.agg.
.orderBy
.distinct
eb.fn.agg
Example aggregate functions where order by can be used inside the argument scope:
order by
group_concat
array_agg
collect
Hi @igalklebanov, Had just the need for that feature. Any idea if this will be merged soon?
Hey 👋
Following #779, we might want to allow chaining
.orderBy
where.distinct
is invocable ineb.fn.agg
.Example aggregate functions where
order by
can be used inside the argument scope:group_concat
.array_agg
.group_concat
.collect
.