Uses of Class
io.siddhi.core.query.selector.QuerySelector
-
-
Uses of QuerySelector in io.siddhi.core.query
Methods in io.siddhi.core.query that return QuerySelector Modifier and Type Method Description QuerySelectorQueryRuntimeImpl. getSelector()Methods in io.siddhi.core.query with parameters of type QuerySelector Modifier and Type Method Description voidOnDemandQueryRuntime. setSelector(QuerySelector selector)This method sets selector for the delete on-demand Query runtime.Constructors in io.siddhi.core.query with parameters of type QuerySelector Constructor Description QueryRuntimeImpl(io.siddhi.query.api.execution.query.Query query, StreamRuntime streamRuntime, QuerySelector selector, OutputRateLimiter outputRateLimiter, OutputCallback outputCallback, MetaComplexEvent metaComplexEvent, SiddhiQueryContext siddhiQueryContext) -
Uses of QuerySelector in io.siddhi.core.query.input.stream
Methods in io.siddhi.core.query.input.stream that return QuerySelector Modifier and Type Method Description QuerySelectorStreamRuntime. getQuerySelector() -
Uses of QuerySelector in io.siddhi.core.query.input.stream.join
Methods in io.siddhi.core.query.input.stream.join that return QuerySelector Modifier and Type Method Description QuerySelectorJoinStreamRuntime. getQuerySelector()Methods in io.siddhi.core.query.input.stream.join with parameters of type QuerySelector Modifier and Type Method Description voidJoinStreamRuntime. setQuerySelector(QuerySelector querySelector) -
Uses of QuerySelector in io.siddhi.core.query.input.stream.single
Methods in io.siddhi.core.query.input.stream.single that return QuerySelector Modifier and Type Method Description QuerySelectorSingleStreamRuntime. getQuerySelector() -
Uses of QuerySelector in io.siddhi.core.query.input.stream.state
Methods in io.siddhi.core.query.input.stream.state that return QuerySelector Modifier and Type Method Description QuerySelectorStateStreamRuntime. getQuerySelector() -
Uses of QuerySelector in io.siddhi.core.table.record
Methods in io.siddhi.core.table.record that return QuerySelector Modifier and Type Method Description QuerySelectorAbstractQueryableRecordTable.CompiledSelectionWithCache. getQuerySelector()Constructors in io.siddhi.core.table.record with parameters of type QuerySelector Constructor Description CompiledSelectionWithCache(io.siddhi.core.table.record.AbstractQueryableRecordTable.RecordStoreCompiledSelection recordStoreCompiledSelection, QuerySelector querySelector, MetaStateEvent metaStateEvent, int storeEventIndex, List<VariableExpressionExecutor> variableExpressionExecutors) -
Uses of QuerySelector in io.siddhi.core.util
Methods in io.siddhi.core.util with parameters of type QuerySelector Modifier and Type Method Description static Event[]OnDemandQueryRuntimeUtil. executeSelector(StateEventFactory stateEventFactory, StreamEvent streamEvent, StreamEvent storeEvents, int storeEventIndex, QuerySelector selector)static StreamEventOnDemandQueryRuntimeUtil. executeSelectorAndReturnStreamEvent(StateEventFactory stateEventFactory, StreamEvent streamEvent, StreamEvent storeEvents, int storeEventIndex, QuerySelector selector) -
Uses of QuerySelector in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return QuerySelector Modifier and Type Method Description static QuerySelectorSelectorParser. parse(io.siddhi.query.api.execution.query.selection.Selector selector, io.siddhi.query.api.execution.query.output.stream.OutputStream outputStream, MetaComplexEvent metaComplexEvent, Map<String,Table> tableMap, List<VariableExpressionExecutor> variableExpressionExecutors, int metaPosition, ProcessingMode processingMode, boolean outputExpectsExpiredEvents, SiddhiQueryContext siddhiQueryContext)Parse Selector portion of a query and return corresponding QuerySelector.
-