public class SelectStoreQueryRuntime extends Object implements StoreQueryRuntime
| Constructor and Description |
|---|
SelectStoreQueryRuntime(QueryableProcessor queryableProcessor,
CompiledCondition compiledCondition,
CompiledSelection compiledSelection,
List<org.wso2.siddhi.query.api.definition.Attribute> expectedOutputAttributeList,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
Event[] |
execute() |
org.wso2.siddhi.query.api.definition.Attribute[] |
getStoreQueryOutputAttributes()
This method will return the output attributes name and its types.
|
void |
reset() |
public SelectStoreQueryRuntime(QueryableProcessor queryableProcessor, CompiledCondition compiledCondition, CompiledSelection compiledSelection, List<org.wso2.siddhi.query.api.definition.Attribute> expectedOutputAttributeList, String queryName)
public org.wso2.siddhi.query.api.definition.Attribute[] getStoreQueryOutputAttributes()
StoreQueryRuntimegetStoreQueryOutputAttributes in interface StoreQueryRuntimepublic Event[] execute()
execute in interface StoreQueryRuntimepublic void reset()
reset in interface StoreQueryRuntimeCopyright © 2018 WSO2. All rights reserved.