Aggregate node has a by field to express columns to group by
We also have a Partition node which splits a table into multiple based on a key, effectively a group by
We should canonicalize the L3 IR so that there is only one way to express GROUP BY + Aggregate.
Aggregate node has a
byfield to express columns to group byWe also have a Partition node which splits a table into multiple based on a key, effectively a group by
We should canonicalize the L3 IR so that there is only one way to express GROUP BY + Aggregate.