|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
AggregationOperator
that are compatible to DataValue which are
basically all types.
See:
Description
| Class Summary | |
|---|---|
| ConcatenateOperator | Returns the all values concatenated per group. |
| CountOperator | Returns the count per group. |
| FirstOperator | Returns the first element per group. |
| LastOperator | Returns the last element per group. |
| ListCellOperator | Returns all values as a ListCell per group. |
| MaxOperator | Returns the maximum per group. |
| MinOperator | Returns the minimum per group. |
| MissingValueCountOperator | Returns the number of missing values per group. |
| ModeOperator | Returns the most frequent entry per group. |
| PercentOperator | Returns the percentage per group. |
| SetCellOperator | Returns all values as a SetCell per group. |
| SortedListCellOperator | Returns all values as a sorted ListCell per group. |
| UniqueConcatenateOperator | Returns the concatenation of all different values per group. |
| UniqueConcatenateWithCountOperator | Returns the concatenation of all different values per group and the number of cells per distinct value. |
| UniqueCountOperator | Returns the count of the unique values per group. |
Contains implementations of the
AggregationOperator
that are compatible to DataValue which are
basically all types.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||