public class CoalesceFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
| Constructor and Description |
|---|
CoalesceFunctionExtension() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
currentState() |
protected Object |
execute(Object data) |
protected Object |
execute(Object[] data) |
org.wso2.siddhi.query.api.definition.Attribute.Type |
getReturnType() |
protected void |
init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext) |
void |
restoreState(Map<String,Object> map) |
protected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext)
init in class org.wso2.siddhi.core.executor.function.FunctionExecutorprotected Object execute(Object[] data)
execute in class org.wso2.siddhi.core.executor.function.FunctionExecutorprotected Object execute(Object data)
execute in class org.wso2.siddhi.core.executor.function.FunctionExecutorpublic org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
Copyright © 2018 WSO2. All rights reserved.