public class DateDifferenceFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
Constructor and Description |
---|
DateDifferenceFunctionExtension() |
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[] expressionExecutors,
org.wso2.siddhi.core.util.config.ConfigReader configReader,
org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext) |
void |
restoreState(Map<String,Object> state) |
void |
start() |
void |
stop() |
protected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] expressionExecutors, org.wso2.siddhi.core.util.config.ConfigReader configReader, org.wso2.siddhi.core.config.SiddhiAppContext siddhiAppContext)
init
in class org.wso2.siddhi.core.executor.function.FunctionExecutor
protected Object execute(Object[] data)
execute
in class org.wso2.siddhi.core.executor.function.FunctionExecutor
protected Object execute(Object data)
execute
in class org.wso2.siddhi.core.executor.function.FunctionExecutor
public void start()
public void stop()
public org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
Copyright © 2017 WSO2. All rights reserved.