Class IsNull
- java.lang.Object
-
- io.siddhi.query.api.expression.Expression
-
- io.siddhi.query.api.expression.condition.IsNull
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class IsNull extends Expression
ConditionExpressionchecking whether the event is null- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.siddhi.query.api.expression.Expression
Expression.Time
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetExpression()StringgetStreamId()IntegergetStreamIndex()inthashCode()booleanisFaultStream()booleanisInnerStream()StringtoString()-
Methods inherited from class io.siddhi.query.api.expression.Expression
add, and, compare, divide, function, function, getQueryContextEndIndex, getQueryContextStartIndex, in, isNull, isNullFaultStream, isNullFaultStream, isNullInnerStream, isNullInnerStream, isNullStream, isNullStream, mod, multiply, not, or, setQueryContextEndIndex, setQueryContextStartIndex, subtract, value, value, value, value, value, value, variable
-
-
-
-
Constructor Detail
-
IsNull
public IsNull(Expression expression)
-
-
Method Detail
-
getExpression
public Expression getExpression()
-
getStreamId
public String getStreamId()
-
getStreamIndex
public Integer getStreamIndex()
-
isInnerStream
public boolean isInnerStream()
-
isFaultStream
public boolean isFaultStream()
-
-