org.wso2.siddhi.query.api.query.selection
Class Selector
java.lang.Object
org.wso2.siddhi.query.api.query.selection.Selector
- All Implemented Interfaces:
- Serializable
public class Selector
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selector
public Selector()
select
public Selector select(String rename,
Expression expression)
select
public Selector select(String rename,
String attributeName,
Expression... expressions)
select
public Selector select(String rename,
String extensionNamespace,
String extensionFunctionName,
Expression... expressions)
having
public Selector having(Condition condition)
groupBy
public Selector groupBy(String streamId,
String attributeName)
groupBy
public Selector groupBy(String attributeName)
addGroupByList
public Selector addGroupByList(List<Variable> list)
getSelectionList
public List<OutputAttribute> getSelectionList()
getGroupByList
public List<Variable> getGroupByList()
getHavingCondition
public Condition getHavingCondition()
addSelectionList
public Selector addSelectionList(List<OutputAttribute> projectionList)
getDependencySet
public Set<String> getDependencySet()
Copyright © 2015 WSO2. All Rights Reserved.