Package | Description |
---|---|
io.siddhi.core.query | |
io.siddhi.core.util.parser |
Modifier and Type | Class and Description |
---|---|
class |
DeleteStoreQueryRuntime
This class is used to keep the runtime information needed to execute an delete store query.
|
class |
FindStoreQueryRuntime
Store Query Runtime holds the runtime information needed for executing the store query.
|
class |
InsertStoreQueryRuntime
This class is used to keep the runtime information needed to execute a insert store query.
|
class |
SelectStoreQueryRuntime
Store Query Runtime holds the runtime information needed for executing the store query.
|
class |
UpdateOrInsertStoreQueryRuntime
This class is used to keep the information needed to execute an updateOrInsert store query.
|
class |
UpdateStoreQueryRuntime
This class is used to keep the runtime information needed to execute an update store query.
|
Modifier and Type | Method and Description |
---|---|
static StoreQueryRuntime |
StoreQueryParser.parse(io.siddhi.query.api.execution.query.StoreQuery storeQuery,
SiddhiAppContext siddhiAppContext,
Map<String,Table> tableMap,
Map<String,Window> windowMap,
Map<String,AggregationRuntime> aggregationMap) |
Copyright © 2019. All rights reserved.