Uses of Class
io.siddhi.core.query.OnDemandQueryRuntime
-
Packages that use OnDemandQueryRuntime Package Description io.siddhi.core.query io.siddhi.core.util.parser -
-
Uses of OnDemandQueryRuntime in io.siddhi.core.query
Subclasses of OnDemandQueryRuntime in io.siddhi.core.query Modifier and Type Class Description classDeleteOnDemandQueryRuntimeThis class is used to keep the runtime information needed to execute an delete on-demand query.classFindOnDemandQueryRuntimeon-demand query Runtime holds the runtime information needed for executing the on-demand query.classInsertOnDemandQueryRuntimeThis class is used to keep the runtime information needed to execute a insert on-demand query.classSelectOnDemandQueryRuntimeOn-demand Query Runtime holds the runtime information needed for executing the on-demand Query.classUpdateOnDemandQueryRuntimeThis class is used to keep the runtime information needed to execute an update on-demand query.classUpdateOrInsertOnDemandQueryRuntimeThis class is used to keep the information needed to execute an updateOrInsert on-demand query. -
Uses of OnDemandQueryRuntime in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return OnDemandQueryRuntime Modifier and Type Method Description static OnDemandQueryRuntimeOnDemandQueryParser. parse(io.siddhi.query.api.execution.query.OnDemandQuery onDemandQuery, String onDemandQueryString, SiddhiAppContext siddhiAppContext, Map<String,Table> tableMap, Map<String,Window> windowMap, Map<String,AggregationRuntime> aggregationMap)
-