Collect
Aggregator collecting values into a list
Processing
Subjects are aggregated by collecting them into a list.
If no subjects are processed, the aggregation result is the empty list.
Settings
Name | Type | Description |
---|---|---|
Nil Handling |
string |
Defines how to handle
|
NaN Handling |
string |
Defines how to handle
|
Evaluation
This expression evaluates to a dict of the form:
{
:init any,
:acc function,
:out function
}
The supplied values are consistent with aggregation semantics of the Group By step.