Uses of Interface
com.espertech.esper.common.internal.epl.lookup.SubordTableLookupStrategyFactory
Package
Description
Quad-tree indexes
-
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.index.advanced.index.quadtree
-
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.lookup
Modifier and TypeClassDescriptionclass
Index lookup strategy for subqueries.class
Factory for lookup on an unindexed table returning the full table as matching events.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries. -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.lookupplansubord
Modifier and TypeMethodDescriptionSubordinateQueryPlanDesc.getLookupStrategyFactory()
SubordWMatchExprLookupStrategyFactory.getOptionalInnerStrategy()
Modifier and TypeMethodDescriptionvoid
SubordinateQueryPlanDesc.setLookupStrategyFactory
(SubordTableLookupStrategyFactory lookupStrategyFactory) -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.lookupsubord
Modifier and TypeMethodDescriptionSubordWMatchExprLookupStrategyAllFilteredFactory.getOptionalInnerStrategy()
SubordWMatchExprLookupStrategyAllUnfilteredFactory.getOptionalInnerStrategy()
SubordWMatchExprLookupStrategyIndexedFilteredFactory.getOptionalInnerStrategy()
SubordWMatchExprLookupStrategyIndexedUnfilteredFactory.getOptionalInnerStrategy()
ModifierConstructorDescriptionSubordWMatchExprLookupStrategyIndexedFilteredFactory
(ExprEvaluator exprEvaluator, SubordTableLookupStrategyFactory lookupStrategyFactory) SubordWMatchExprLookupStrategyIndexedUnfilteredFactory
(SubordTableLookupStrategyFactory lookupStrategyFactory) -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.subselect
Modifier and TypeMethodDescriptionvoid
SubSelectStrategyFactoryLocalViewPreloaded.setLookupStrategyFactory
(SubordTableLookupStrategyFactory lookupStrategyFactory) -
Uses of SubordTableLookupStrategyFactory in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeClassDescriptionclass
Strategy for looking up, in some sort of table or index, or a set of events, potentially based on the events properties, and returning a set of matched events.