Package io.siddhi.core.executor.math.add
Class AddExpressionExecutorFloat
- java.lang.Object
-
- io.siddhi.core.executor.math.add.AddExpressionExecutorFloat
-
- All Implemented Interfaces:
ExpressionExecutor,Serializable
public class AddExpressionExecutorFloat extends Object implements ExpressionExecutor
Executor class for Float Add function. Function execution logic is implemented in execute here.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddExpressionExecutorFloat(ExpressionExecutor leftExpressionExecutor, ExpressionExecutor rightExpressionExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(ComplexEvent event)io.siddhi.query.api.definition.Attribute.TypegetReturnType()
-
-
-
Constructor Detail
-
AddExpressionExecutorFloat
public AddExpressionExecutorFloat(ExpressionExecutor leftExpressionExecutor, ExpressionExecutor rightExpressionExecutor)
-
-
Method Detail
-
execute
public Object execute(ComplexEvent event)
- Specified by:
executein interfaceExpressionExecutor
-
getReturnType
public io.siddhi.query.api.definition.Attribute.Type getReturnType()
- Specified by:
getReturnTypein interfaceExpressionExecutor
-
-