Class MultiplyExpressionExecutorLong
- java.lang.Object
-
- io.siddhi.core.executor.math.multiply.MultiplyExpressionExecutorLong
-
- All Implemented Interfaces:
ExpressionExecutor,Serializable
public class MultiplyExpressionExecutorLong extends Object implements ExpressionExecutor
Executor class for Long Multiply function. Function execution logic is implemented in execute here.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiplyExpressionExecutorLong(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
-
MultiplyExpressionExecutorLong
public MultiplyExpressionExecutorLong(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
-
-