Open BohuTANG opened 1 month ago
The string_agg
function we have implemented is the same as the list_agg
, we just need to support the WITHIN GROUP
and window function, and the list_agg
can be used as an alias for the string_agg
.
i would like to take this issue
hi I have a doubt.
is WITHIN GROUP
clause implemented? I couldn't find it. If not where I should implement it?
for WITHIN GROUP
changes have to be made in accumulate right?
Summary
Syntax
Aggregate function
Window function
Example