static org.wso2.siddhi.core.util.collection.operator.Operator |
RDBMSOperatorParser.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
|