| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.execution.query.selection | |
| org.wso2.siddhi.query.api.expression |
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
Selector.getGroupByList() |
| Modifier and Type | Method and Description |
|---|---|
Selector |
Selector.groupBy(Variable variable) |
Selector |
Selector.select(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
Selector |
Selector.addGroupByList(List<Variable> list) |
| Constructor and Description |
|---|
OutputAttribute(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.ofFunction(String functionId) |
Variable |
Variable.ofFunction(String functionId,
int functionIndex) |
Variable |
Variable.ofInnerStream(String streamId) |
Variable |
Variable.ofInnerStream(String streamId,
int streamIndex) |
Variable |
Variable.ofStream(String streamId) |
Variable |
Variable.ofStream(String streamId,
int streamIndex) |
static Variable |
Expression.variable(String attributeName) |
Copyright © 2022 WSO2. All Rights Reserved.