Package | Description |
---|---|
io.siddhi.core.util.collection.executor | |
io.siddhi.core.util.collection.operator | |
io.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,
boolean isFirst,
ProcessingMode processingMode,
boolean outputExpectsExpiredEvents,
SiddhiQueryContext siddhiQueryContext) |
Copyright © 2019. All rights reserved.