| Class | Description |
|---|---|
| AbstractFunction |
Base class for the implementation of aggregate functions.
|
| AggregateFunctionManagerImpl | |
| AverageFunction |
It calculates the average value of a set of numbers.
|
| CountFunction |
It calculates the number of occurrences inside a given collection.
|
| DistinctFunction |
It calculates the number of distinct occurrences inside a given collection.
|
| MaxFunction |
It calculates the max. number of a set of values.
|
| MinFunction |
It calculates the min. number of a set of values.
|
| SumFunction |
It calculates the sum value of a set of numbers.
|
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.