thats right distinct output represent multiple row...
# troubleshooting
k
thats right distinct output represent multiple rows and existing post aggregation functions can only act of one row
a
Kishore, would you please point me to the repo url where I can find those post aggregation functions to see how can I help adding support for multiple rows?
Is it this one?
k
any transform function can be a post-aggregation function
e.g select DIV (SUM(A), SUM(B))
a
Yeah, I was thinking of extending the definition of CONCAT to allow multiple values in a column and a separator instead of two columns and a separator