Class AggregationInputStore
- java.lang.Object
-
- io.siddhi.query.api.execution.query.input.store.ConditionInputStore
-
- io.siddhi.query.api.execution.query.input.store.AggregationInputStore
-
- All Implemented Interfaces:
InputStore,Serializable
public class AggregationInputStore extends ConditionInputStore
Aggregation Input Store- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.siddhi.query.api.execution.query.input.store.ConditionInputStore
onCondition, store
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAggregationInputStore(Store store, Within within, Expression per)protectedAggregationInputStore(Store store, Expression onCondition, Within within, Expression per)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetPer()WithingetWithin()inthashCode()StringtoString()-
Methods inherited from class io.siddhi.query.api.execution.query.input.store.ConditionInputStore
getOnCondition, getStore, getStoreId, getStoreReferenceId
-
-
-
-
Constructor Detail
-
AggregationInputStore
protected AggregationInputStore(Store store, Expression onCondition, Within within, Expression per)
-
AggregationInputStore
protected AggregationInputStore(Store store, Within within, Expression per)
-
-
Method Detail
-
getWithin
public Within getWithin()
-
getPer
public Expression getPer()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classConditionInputStore
-
hashCode
public int hashCode()
- Overrides:
hashCodein classConditionInputStore
-
toString
public String toString()
- Overrides:
toStringin classConditionInputStore
-
-