Latest
Aggregator finding the latest datetime
Processing
Aggregates datetimes. The latest point in time is the result of the aggregation.
Throws an error if any subject is not a datetime and not nil
If no subjects are processed, the aggregation result is nil
Settings
Name | Type | Description |
---|---|---|
Nil 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.