Aggregators type aliases
Aggregate
The Aggregate
type describes a custom function that takes an array of Cell
values and returns an aggregate of them. Read more.
AggregateAdd
The AggregateAdd
type describes a function that can be used to optimize a custom Aggregate
by providing a shortcut for when a single value is added to the input values. Read more.
AggregateRemove
The AggregateRemove
type describes a function that can be used to optimize a custom Aggregate
by providing a shortcut for when a single value is removed from the input values. Read more.
AggregateReplace
The AggregateReplace
type describes a function that can be used to optimize a custom Aggregate
by providing a shortcut for when a single value in the input values is replaced with another. Read more.