Uses of Class
org.wso2.siddhi.query.api.execution.query.selection.Selector
Packages that use Selector
Package
Description
-
Uses of Selector in org.wso2.siddhi.query.api.execution.query
Methods in org.wso2.siddhi.query.api.execution.query that return SelectorMethods in org.wso2.siddhi.query.api.execution.query with parameters of type Selector -
Uses of Selector in org.wso2.siddhi.query.api.execution.query.selection
Methods in org.wso2.siddhi.query.api.execution.query.selection that return SelectorModifier and TypeMethodDescriptionSelector.addGroupByList(List<Variable> list) Selector.addSelectionList(List<OutputAttribute> projectionList) Selector.having(Expression havingExpression) Selector.select(String rename, Expression expression) static SelectorSelector.selector()