| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.execution.query | |
| org.wso2.siddhi.query.api.execution.query.selection |
| Modifier and Type | Method and Description |
|---|---|
Selector |
Query.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.select(Selector selector) |
| Modifier and Type | Method and Description |
|---|---|
Selector |
Selector.addGroupByList(List<Variable> list) |
Selector |
Selector.addSelectionList(List<OutputAttribute> projectionList) |
Selector |
Selector.groupBy(Variable variable) |
Selector |
Selector.having(Expression havingExpression) |
Selector |
Selector.select(String rename,
Expression expression) |
Selector |
Selector.select(Variable variable) |
static Selector |
Selector.selector() |
Copyright © 2025 WSO2. All Rights Reserved.