public class ExtractDayOfWeekFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
In the case of using only the datevalue as the parameter, user has to follow the following specific format for the date yyyy-MM-dd time
| Constructor and Description |
|---|
ExtractDayOfWeekFunctionExtension() |
| Modifier and Type | Method and Description |
|---|---|
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.config.ExecutionPlanContext executionPlanContext) |
void |
restoreState(Object[] state) |
void |
start() |
void |
stop() |
protected void init(org.wso2.siddhi.core.executor.ExpressionExecutor[] attributeExpressionExecutors,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext)
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 void start()
public void stop()
public org.wso2.siddhi.query.api.definition.Attribute.Type getReturnType()
public Object[] currentState()
public void restoreState(Object[] state)
Copyright © 2017 WSO2. All rights reserved.