| Package | Description |
|---|---|
| org.wso2.siddhi.core.util.collection.executor | |
| org.wso2.siddhi.core.util.collection.operator | |
| org.wso2.siddhi.core.util.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
AndMultiPrimaryKeyCollectionExecutor
Implementation of
CollectionExecutor |
class |
AnyAndCollectionExecutor
Implementation of
CollectionExecutor |
class |
CompareCollectionExecutor
Implementation of
CollectionExecutor which handle compare condition. |
class |
CompareExhaustiveAndCollectionExecutor
Implementation of
CollectionExecutor |
class |
ExhaustiveCollectionExecutor
Implementation of
CollectionExecutor |
class |
NonAndCollectionExecutor
Implementation of
CollectionExecutor |
class |
NonCollectionExecutor
Implementation of
CollectionExecutor which handles non condition |
class |
NotCollectionExecutor
Implementation of
CollectionExecutor which handles not condition. |
class |
OrCollectionExecutor
Implementation of
CollectionExecutor which handles or condition |
| Constructor and Description |
|---|
AnyAndCollectionExecutor(CollectionExecutor leftCollectionExecutor,
CollectionExecutor rightCostCollectionExecutor,
ExhaustiveCollectionExecutor exhaustiveCollectionExecutor) |
CompareExhaustiveAndCollectionExecutor(CollectionExecutor compareCollectionExecutor,
ExhaustiveCollectionExecutor exhaustiveCollectionExecutor) |
NonAndCollectionExecutor(ExpressionExecutor valueExpressionExecutor,
CollectionExecutor aCollectionExecutor,
CollectionExpression.CollectionScope collectionScope) |
NotCollectionExecutor(CollectionExecutor notCollectionExecutor,
ExhaustiveCollectionExecutor exhaustiveCollectionExecutor) |
OrCollectionExecutor(CollectionExecutor leftCollectionExecutor,
CollectionExecutor rightCollectionExecutor,
CollectionExecutor exhaustiveCollectionExecutor) |
| Constructor and Description |
|---|
IndexOperator(CollectionExecutor collectionExecutor,
String queryName) |
OverwriteTableIndexOperator(CollectionExecutor collectionExecutor,
String queryName) |
| Modifier and Type | Method and Description |
|---|---|
static CollectionExecutor |
CollectionExpressionParser.buildCollectionExecutor(CollectionExpression collectionExpression,
MatchingMetaInfoHolder matchingMetaInfoHolder,
List<VariableExpressionExecutor> variableExpressionExecutors,
Map<String,Table> tableMap,
SiddhiAppContext siddhiAppContext,
boolean isFirst,
String queryName) |
Copyright © 2017 WSO2. All rights reserved.