| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.definition | |
| org.wso2.siddhi.query.api.execution.query | |
| org.wso2.siddhi.query.api.execution.query.selection |
| Modifier and Type | Method and Description |
|---|---|
Selector |
AggregationDefinition.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
Selector |
StoreQuery.getSelector()
Getter method to get the selector of the store query
|
Selector |
Query.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
StoreQuery |
StoreQuery.select(Selector selector)
Builder method to set a selector to the store query
|
Query |
Query.select(Selector selector) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicSelector
Basic Selector API
|
| Modifier and Type | Method and Description |
|---|---|
Selector |
Selector.addGroupByList(List<Variable> list) |
Selector |
Selector.addOrderByList(List<OrderByAttribute> list) |
Selector |
Selector.addSelectionList(List<OutputAttribute> projectionList) |
Selector |
Selector.groupBy(Variable variable) |
Selector |
Selector.having(Expression havingExpression) |
Selector |
Selector.limit(Constant constant) |
Selector |
Selector.orderBy(Variable variable) |
Selector |
Selector.orderBy(Variable variable,
OrderByAttribute.Order order) |
Selector |
Selector.select(String rename,
Expression expression) |
Selector |
Selector.select(Variable variable) |
static Selector |
Selector.selector() |
Copyright © 2018 WSO2. All rights reserved.