Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query | |
org.ballerinalang.siddhi.query.api.execution.query.input.store |
Modifier and Type | Method and Description |
---|---|
InputStore |
StoreQuery.getInputStore() |
Modifier and Type | Method and Description |
---|---|
StoreQuery |
StoreQuery.from(InputStore inputStore) |
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.