public class MaxIncrementalAttributeAggregator extends IncrementalAttributeAggregator
IncrementalAttributeAggregator to calculate maximum value based on an event attribute.| Constructor and Description |
|---|
MaxIncrementalAttributeAggregator() |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.siddhi.query.api.expression.Expression |
aggregate() |
org.wso2.siddhi.query.api.expression.Expression[] |
getBaseAggregators() |
org.wso2.siddhi.query.api.expression.Expression[] |
getBaseAttributeInitialValues() |
org.wso2.siddhi.query.api.definition.Attribute[] |
getBaseAttributes() |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
void |
init(String attributeName,
org.wso2.siddhi.query.api.definition.Attribute.Type attributeType) |
public void init(String attributeName, org.wso2.siddhi.query.api.definition.Attribute.Type attributeType)
init in class IncrementalAttributeAggregatorpublic org.wso2.siddhi.query.api.expression.Expression aggregate()
aggregate in class IncrementalAttributeAggregatorpublic org.wso2.siddhi.query.api.definition.Attribute[] getBaseAttributes()
getBaseAttributes in class IncrementalAttributeAggregatorpublic org.wso2.siddhi.query.api.expression.Expression[] getBaseAttributeInitialValues()
getBaseAttributeInitialValues in class IncrementalAttributeAggregatorpublic org.wso2.siddhi.query.api.expression.Expression[] getBaseAggregators()
getBaseAggregators in class IncrementalAttributeAggregatorpublic org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType in class IncrementalAttributeAggregatorCopyright © 2019 WSO2. All rights reserved.