| Package | Description |
|---|---|
| org.wso2.siddhi.query.api.execution.query | |
| org.wso2.siddhi.query.api.execution.query.input.store |
| Modifier and Type | Method and Description |
|---|---|
InputStore |
StoreQuery.getInputStore()
Getter for the input store
|
| Modifier and Type | Method and Description |
|---|---|
StoreQuery |
StoreQuery.from(InputStore inputStore)
Builder method to set input store to the store query
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationInputStore
Aggregation Input Store
|
class |
ConditionInputStore
Condition Input Store
|
class |
Store
Store
|
| Modifier and Type | Method and Description |
|---|---|
InputStore |
Store.on(Expression onCondition) |
InputStore |
Store.on(Expression onCondition,
Within within,
Expression per) |
InputStore |
Store.on(Within within,
Expression per) |
Copyright © 2018 WSO2. All rights reserved.