Package | Description |
---|---|
com.gigaspaces.query.aggregators |
Modifier and Type | Class and Description |
---|---|
class |
AverageAggregator |
class |
CountAggregator |
class |
MaxEntryAggregator |
class |
MaxValueAggregator<T extends Serializable & Comparable> |
class |
MinEntryAggregator |
class |
MinValueAggregator<T extends Serializable & Comparable> |
class |
SingleValueAggregator<T extends Serializable & Comparable> |
class |
SingleValueFunctionAggregator<T extends Serializable & Comparable> |
class |
SumAggregator |
class |
SumScalarValueAggregator |
class |
SumZeroAggregator
Sums values of paths of matching entries, when no non null values are applied zero is returned instead of null
returns the same type as the path.
|
class |
SumZeroScalarValueAggregator
Sums scalar value, when no non null values are applied zero is returned instead of null
returns the same type as the value.
|
Modifier and Type | Method and Description |
---|---|
AbstractPathAggregator |
AbstractPathAggregator.setFunctionCallColumn(FunctionCallColumn functionCallColumn) |
AbstractPathAggregator |
AbstractPathAggregator.setPath(String path) |
AbstractPathAggregator |
CountAggregator.setPath(String path) |
Copyright © GigaSpaces.