public class AggregatorFirstEverFilter extends AggregatorFirstEver
firstValue, isSet
Constructor and Description |
---|
AggregatorFirstEverFilter() |
Modifier and Type | Method and Description |
---|---|
void |
enter(Object parameters)
Apply the value as entering aggregation (entering window).
|
applyEnterCodegen, clear, clearCodegen, getFirstValue, getValue, getValueCodegen, isSet, leave, rowMemberCodegen, setFirstValue, setSet
public void enter(Object parameters)
AggregationMethod
The value can be null since 'null' values may be counted as unique separate values.
enter
in interface AggregationMethod
enter
in class AggregatorFirstEver
parameters
- to add to aggregate