Uses of Class
io.siddhi.query.api.execution.query.selection.Selector
-
Packages that use Selector Package Description io.siddhi.query.api.definition io.siddhi.query.api.execution.query io.siddhi.query.api.execution.query.selection -
-
Uses of Selector in io.siddhi.query.api.definition
Methods in io.siddhi.query.api.definition that return Selector Modifier and Type Method Description SelectorAggregationDefinition. getSelector() -
Uses of Selector in io.siddhi.query.api.execution.query
Methods in io.siddhi.query.api.execution.query that return Selector Modifier and Type Method Description SelectorOnDemandQuery. getSelector()Getter method to get the selector of the on-demand querySelectorQuery. getSelector()SelectorStoreQuery. getSelector()Deprecated.Getter method to get the selector of the store queryMethods in io.siddhi.query.api.execution.query with parameters of type Selector Modifier and Type Method Description OnDemandQueryOnDemandQuery. select(Selector selector)Builder method to set a selector to the on-demand queryQueryQuery. select(Selector selector)StoreQueryStoreQuery. select(Selector selector)Deprecated.Builder method to set a selector to the store query -
Uses of Selector in io.siddhi.query.api.execution.query.selection
Subclasses of Selector in io.siddhi.query.api.execution.query.selection Modifier and Type Class Description classBasicSelectorBasic Selector APIMethods in io.siddhi.query.api.execution.query.selection that return Selector Modifier and Type Method Description SelectorSelector. addGroupByList(List<Variable> list)SelectorSelector. addOrderByList(List<OrderByAttribute> list)SelectorSelector. addSelectionList(List<OutputAttribute> projectionList)SelectorSelector. groupBy(Variable variable)SelectorSelector. having(Expression havingExpression)SelectorSelector. limit(Constant constant)SelectorSelector. offset(Constant constant)SelectorSelector. orderBy(Variable variable)SelectorSelector. orderBy(Variable variable, OrderByAttribute.Order order)SelectorSelector. select(Variable variable)SelectorSelector. select(String rename, Expression expression)static SelectorSelector. selector()
-