public class RDBMSOperatorParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.siddhi.core.util.collection.operator.Operator |
parse(DBHandler dbHandler,
org.wso2.siddhi.query.api.expression.Expression expression,
org.wso2.siddhi.core.util.collection.operator.MatchingMetaStateHolder matchingMetaStateHolder,
org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext,
List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors,
Map<String,org.wso2.siddhi.core.table.EventTable> eventTableMap,
org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition,
CachingTable cachingTable,
String queryName)
Method that constructs the Operator for RDBMS related operations
|
public static org.wso2.siddhi.core.util.collection.operator.Operator parse(DBHandler dbHandler, org.wso2.siddhi.query.api.expression.Expression expression, org.wso2.siddhi.core.util.collection.operator.MatchingMetaStateHolder matchingMetaStateHolder, org.wso2.siddhi.core.config.ExecutionPlanContext executionPlanContext, List<org.wso2.siddhi.core.executor.VariableExpressionExecutor> variableExpressionExecutors, Map<String,org.wso2.siddhi.core.table.EventTable> eventTableMap, org.wso2.siddhi.query.api.definition.TableDefinition tableDefinition, CachingTable cachingTable, String queryName)
dbHandler - dbHandlerexpression - ExpressionmatchingMetaStateHolder - MetaComplexEvent and detailsexecutionPlanContext - ExecutionPlanContextvariableExpressionExecutors - list of VariableExpressionExecutoreventTableMap - EventTable mapcachingTable - caching tableCopyright © 2019 WSO2. All Rights Reserved.