-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Currently handling two functions:
- Combine an aggregates with a raw inputs (I+A = A) OR create an aggregate from two inputs (I+I=A)(Combine)
- Combining two aggregate values (A+A=A) (Rollup)
The two do not need to be tied. They are related, but there are times that the same combine has different logical combine rollups (sum on combine, but max on rollup...for example).
Metadata
Metadata
Assignees
Labels
No labels