Count Distinct
Aggregator counting distinct values
Processing
Distinct subjects are counted.
If no subjects are processed, the aggregation result is 0
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.