Package io.siddhi.query.api.aggregation
Class Within
- java.lang.Object
-
- io.siddhi.query.api.aggregation.Within
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class Within extends Object implements SiddhiElement
With time period for Incremental Aggregation.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()List<Expression>getTimeRange()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()static Withinwithin(Expression pattern)static Withinwithin(Expression start, Expression end)
-
-
-
Method Detail
-
within
public static Within within(Expression start, Expression end)
-
within
public static Within within(Expression pattern)
-
getTimeRange
public List<Expression> getTimeRange()
-
getQueryContextStartIndex
public int[] getQueryContextStartIndex()
- Specified by:
getQueryContextStartIndexin interfaceSiddhiElement
-
setQueryContextStartIndex
public void setQueryContextStartIndex(int[] lineAndColumn)
- Specified by:
setQueryContextStartIndexin interfaceSiddhiElement
-
getQueryContextEndIndex
public int[] getQueryContextEndIndex()
- Specified by:
getQueryContextEndIndexin interfaceSiddhiElement
-
setQueryContextEndIndex
public void setQueryContextEndIndex(int[] lineAndColumn)
- Specified by:
setQueryContextEndIndexin interfaceSiddhiElement
-
-