Package | Description |
---|---|
io.siddhi.core.query | |
io.siddhi.core.util.parser |
Modifier and Type | Class and Description |
---|---|
class |
DeleteOnDemandQueryRuntime
This class is used to keep the runtime information needed to execute an delete on-demand query.
|
class |
FindOnDemandQueryRuntime
on-demand query Runtime holds the runtime information needed for executing the on-demand query.
|
class |
InsertOnDemandQueryRuntime
This class is used to keep the runtime information needed to execute a insert on-demand query.
|
class |
SelectOnDemandQueryRuntime
On-demand Query Runtime holds the runtime information needed for executing the on-demand Query.
|
class |
UpdateOnDemandQueryRuntime
This class is used to keep the runtime information needed to execute an update on-demand query.
|
class |
UpdateOrInsertOnDemandQueryRuntime
This class is used to keep the information needed to execute an updateOrInsert on-demand query.
|
Modifier and Type | Method and Description |
---|---|
static OnDemandQueryRuntime |
OnDemandQueryParser.parse(io.siddhi.query.api.execution.query.OnDemandQuery onDemandQuery,
SiddhiAppContext siddhiAppContext,
Map<String,Table> tableMap,
Map<String,Window> windowMap,
Map<String,AggregationRuntime> aggregationMap) |
Copyright © 2019. All rights reserved.