Class Filter
- java.lang.Object
-
- io.siddhi.query.api.execution.query.input.handler.Filter
-
- All Implemented Interfaces:
StreamHandler,SiddhiElement,Serializable
public class Filter extends Object implements StreamHandler
Siddhi query filter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Filter(Expression filterExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Expression[]getParameters()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Constructor Detail
-
Filter
public Filter(Expression filterExpression)
-
-
Method Detail
-
getParameters
public Expression[] getParameters()
- Specified by:
getParametersin interfaceStreamHandler
-
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
-
-