public class SelectorParser extends Object
QuerySelector.| 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,
SiddhiAppContext siddhiAppContext,
MetaComplexEvent metaComplexEvent,
Map<String,Table> tableMap,
List<VariableExpressionExecutor> variableExpressionExecutors,
String queryName,
int metaPosition)
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, SiddhiAppContext siddhiAppContext, MetaComplexEvent metaComplexEvent, Map<String,Table> tableMap, List<VariableExpressionExecutor> variableExpressionExecutors, String queryName, int metaPosition)
selector - selector to be parsedoutputStream - output streamsiddhiAppContext - query to be parsedmetaComplexEvent - Meta event used to collect execution info of stream associated with querytableMap - Table MapvariableExpressionExecutors - variable expression executorsqueryName - query name of selector belongs to.public static ThreadLocal<String> getContainsAggregatorThreadLocal()
Copyright © 2017 WSO2. All rights reserved.