![]() | AggregationFunction Methods |
The AggregationFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear |
Clear out the collection.
|
![]() | Enter |
Apply the value as entering aggregation (entering window).
The value can be null since 'null' values may be counted as unique separate values.
|
![]() | Leave |
Apply the value as leaving aggregation (leaving window).
The value can be null since 'null' values may be counted as unique separate values.
|