public class GeoWithinDistanceFunctionExecutor extends AbstractGeoOperationExecutor
Constructor and Description |
---|
GeoWithinDistanceFunctionExecutor() |
Modifier and Type | Method and Description |
---|---|
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)
The initialization method for FunctionExecutor, this method will be called before the other methods
|
currentState, execute, execute, getReturnType, restoreState
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 AbstractGeoOperationExecutor
attributeExpressionExecutors
- are the executors of each function parameterssiddhiAppContext
- the context of the execution planCopyright © 2017 WSO2. All rights reserved.