public class MultiplyExpressionExecutorFloat extends Object implements ExpressionExecutor
| Constructor and Description |
|---|
MultiplyExpressionExecutorFloat(ExpressionExecutor leftExpressionExecutor,
ExpressionExecutor rightExpressionExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
ExpressionExecutor |
cloneExecutor(String key) |
Object |
execute(ComplexEvent event) |
io.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
public MultiplyExpressionExecutorFloat(ExpressionExecutor leftExpressionExecutor, ExpressionExecutor rightExpressionExecutor)
public Object execute(ComplexEvent event)
execute in interface ExpressionExecutorpublic io.siddhi.query.api.definition.Attribute.Type getReturnType()
getReturnType in interface ExpressionExecutorpublic ExpressionExecutor cloneExecutor(String key)
cloneExecutor in interface ExpressionExecutorpublic void clean()
clean in interface ExpressionExecutorCopyright © 2019. All rights reserved.