Class Selector
java.lang.Object
org.wso2.siddhi.query.api.execution.query.selection.Selector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupByList(List<Variable> list) addSelectionList(List<OutputAttribute> projectionList) booleaninthashCode()having(Expression havingExpression) select(String rename, Expression expression) static Selectorselector()toString()
-
Constructor Details
-
Selector
public Selector()
-
-
Method Details