Class Subtract
- java.lang.Object
-
- io.siddhi.query.api.expression.Expression
-
- io.siddhi.query.api.expression.math.Subtract
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class Subtract extends Expression
subtractExpression- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.siddhi.query.api.expression.Expression
Expression.Time
-
-
Constructor Summary
Constructors Constructor Description Subtract(Expression leftValue, Expression rightValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetLeftValue()ExpressiongetRightValue()inthashCode()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
-
Subtract
public Subtract(Expression leftValue, Expression rightValue)
-
-
Method Detail
-
getLeftValue
public Expression getLeftValue()
-
getRightValue
public Expression getRightValue()
-
-