Uses of Class
org.wso2.siddhi.query.api.query.selection.Selector

Packages that use Selector
org.wso2.siddhi.query.api   
org.wso2.siddhi.query.api.query   
org.wso2.siddhi.query.api.query.selection   
 

Uses of Selector in org.wso2.siddhi.query.api
 

Methods in org.wso2.siddhi.query.api that return Selector
static Selector QueryFactory.outputSelector()
           
 

Uses of Selector in org.wso2.siddhi.query.api.query
 

Methods in org.wso2.siddhi.query.api.query that return Selector
 Selector Query.getSelector()
           
 

Methods in org.wso2.siddhi.query.api.query with parameters of type Selector
 Query Query.select(Selector selector)
           
 

Uses of Selector in org.wso2.siddhi.query.api.query.selection
 

Methods in org.wso2.siddhi.query.api.query.selection that return Selector
 Selector Selector.addGroupByList(List<Variable> list)
           
 Selector Selector.addSelectionList(List<OutputAttribute> projectionList)
           
 Selector Selector.groupBy(String attributeName)
           
 Selector Selector.groupBy(String streamId, String attributeName)
           
 Selector Selector.having(Condition condition)
           
 Selector Selector.select(String rename, Expression expression)
           
 Selector Selector.select(String rename, String attributeName, Expression... expressions)
           
 Selector Selector.select(String rename, String extensionNamespace, String extensionFunctionName, Expression... expressions)
           
 



Copyright © 2014. All rights reserved.