Uses of Interface
io.siddhi.core.util.collection.executor.CollectionExecutor
-
Packages that use CollectionExecutor Package Description io.siddhi.core.util.collection.executor io.siddhi.core.util.collection.operator io.siddhi.core.util.parser -
-
Uses of CollectionExecutor in io.siddhi.core.util.collection.executor
Classes in io.siddhi.core.util.collection.executor that implement CollectionExecutor Modifier and Type Class Description classAndMultiPrimaryKeyCollectionExecutorImplementation ofCollectionExecutorclassAnyAndCollectionExecutorImplementation ofCollectionExecutorclassCompareCollectionExecutorImplementation ofCollectionExecutorwhich handle compare condition.classCompareExhaustiveAndCollectionExecutorImplementation ofCollectionExecutorclassExhaustiveCollectionExecutorImplementation ofCollectionExecutorclassNonAndCollectionExecutorImplementation ofCollectionExecutorclassNonCollectionExecutorImplementation ofCollectionExecutorwhich handles non conditionclassNotCollectionExecutorImplementation ofCollectionExecutorwhich handles not condition.classOrCollectionExecutorImplementation ofCollectionExecutorwhich handles or conditionConstructors in io.siddhi.core.util.collection.executor with parameters of type CollectionExecutor Constructor 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) -
Uses of CollectionExecutor in io.siddhi.core.util.collection.operator
Methods in io.siddhi.core.util.collection.operator that return CollectionExecutor Modifier and Type Method Description CollectionExecutorIndexOperator. getCollectionExecutor()Constructors in io.siddhi.core.util.collection.operator with parameters of type CollectionExecutor Constructor Description IndexOperator(CollectionExecutor collectionExecutor, String queryName)IndexOperatorForCache(CollectionExecutor collectionExecutor, String queryName, CacheTable cacheTable)OverwriteTableIndexOperator(CollectionExecutor collectionExecutor, String queryName)OverwriteTableIndexOperatorForCache(CollectionExecutor collectionExecutor, String queryName, CacheTable cacheTable) -
Uses of CollectionExecutor in io.siddhi.core.util.parser
Methods in io.siddhi.core.util.parser that return CollectionExecutor Modifier and Type Method Description static CollectionExecutorCollectionExpressionParser. buildCollectionExecutor(CollectionExpression collectionExpression, MatchingMetaInfoHolder matchingMetaInfoHolder, List<VariableExpressionExecutor> variableExpressionExecutors, Map<String,Table> tableMap, boolean isFirst, ProcessingMode processingMode, boolean outputExpectsExpiredEvents, SiddhiQueryContext siddhiQueryContext, boolean isCache, CacheTable cacheTable)
-