Package | Description |
---|---|
io.siddhi.core.query.selector.attribute.aggregator.incremental |
Modifier and Type | Class and Description |
---|---|
class |
AvgIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate average based on an event attribute. |
class |
CountIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate count based on an event attribute. |
class |
DistinctCountIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate count based on an event attribute. |
class |
MaxIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate maximum value based on an event attribute. |
class |
MinIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate minimum value based on an event attribute. |
class |
SumIncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate sum based on an event attribute. |
Copyright © 2019. All rights reserved.