public class SelectorParser extends Object
| Constructor and Description |
|---|
SelectorParser() |
| Modifier and Type | Method and Description |
|---|---|
static ThreadLocal<String> |
getContainsAggregatorThreadLocal() |
static QuerySelector |
parse(org.wso2.siddhi.query.api.execution.query.selection.Selector selector,
org.wso2.siddhi.query.api.execution.query.output.stream.OutputStream outputStream,
ExecutionPlanContext executionPlanContext,
MetaComplexEvent metaComplexEvent,
Map<String,EventTable> eventTableMap,
List<VariableExpressionExecutor> variableExpressionExecutors,
String queryName)
Parse Selector portion of a query and return corresponding QuerySelector
|
public static QuerySelector parse(org.wso2.siddhi.query.api.execution.query.selection.Selector selector, org.wso2.siddhi.query.api.execution.query.output.stream.OutputStream outputStream, ExecutionPlanContext executionPlanContext, MetaComplexEvent metaComplexEvent, Map<String,EventTable> eventTableMap, List<VariableExpressionExecutor> variableExpressionExecutors, String queryName)
selector - selector to be parsedoutputStream - output streamexecutionPlanContext - query to be parsedmetaComplexEvent - Meta event used to collect execution info of stream associated with queryeventTableMap - EventTable MapvariableExpressionExecutors - variable expression executorspublic static ThreadLocal<String> getContainsAggregatorThreadLocal()
Copyright © 2018 WSO2. All Rights Reserved.