public class StoreQueryParser extends Object
StoreQueryRuntime.| Constructor and Description |
|---|
StoreQueryParser() |
| Modifier and Type | Method and Description |
|---|---|
static StoreQueryRuntime |
parse(org.wso2.siddhi.query.api.execution.query.StoreQuery storeQuery,
SiddhiAppContext siddhiAppContext,
Map<String,Table> tableMap,
Map<String,Window> windowMap,
Map<String,AggregationRuntime> aggregationMap)
Parse a storeQuery and return corresponding StoreQueryRuntime.
|
public static StoreQueryRuntime parse(org.wso2.siddhi.query.api.execution.query.StoreQuery storeQuery, SiddhiAppContext siddhiAppContext, Map<String,Table> tableMap, Map<String,Window> windowMap, Map<String,AggregationRuntime> aggregationMap)
storeQuery - storeQuery to be parsed.siddhiAppContext - associated Siddhi app context.tableMap - keyvalue containing tables.windowMap - keyvalue containing windows.aggregationMap - keyvalue containing aggregation runtimes.Copyright © 2018 WSO2. All rights reserved.