Uses of Interface
com.espertech.esper.common.internal.epl.lookup.SubordTableLookupStrategy
Package
Description
Quad-tree indexes
-
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.context.airegistry
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionvoid
AIRegistrySubqueryEntry.assign
(int agentInstanceId, SubordTableLookupStrategy lookupStrategy, AggregationService aggregationService, PriorEvalStrategy priorEvalStrategy, PreviousGetterStrategy previousGetterStrategy) void
AIRegistrySubselectLookup.assignService
(int num, SubordTableLookupStrategy value) void
AIRegistrySubselectLookupMap.assignService
(int num, SubordTableLookupStrategy subselectStrategy) void
AIRegistrySubselectLookupMultiPerm.assignService
(int num, SubordTableLookupStrategy subselectStrategy) void
AIRegistrySubselectLookupSingle.assignService
(int num, SubordTableLookupStrategy subselectStrategy) -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.context.module
Modifier and TypeMethodDescriptionStatementAIFactoryAssignmentContext.getSubqueryLookup
(int subqueryNumber) StatementAIFactoryAssignments.getSubqueryLookup
(int subqueryNumber) StatementAIFactoryAssignmentsImpl.getSubqueryLookup
(int subqueryNumber) -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.epl.index.advanced.index.quadtree
Modifier and TypeClassDescriptionclass
class
Modifier and TypeMethodDescriptionSubordTableLookupStrategyFactoryQuadTree.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) Modifier and TypeMethodDescriptionprotected Collection<EventBean>
SubordTableLookupStrategyQuadTreeBase.lookupInternal
(EventBean[] events, ExprEvaluatorContext context, EventTableQuadTree index, SubordTableLookupStrategy strategy) -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.epl.lookup
Modifier and TypeClassDescriptionclass
Index lookup strategy for subqueries.class
Lookup on an unindexed table returning the full table as matching events.class
Index lookup strategy for subqueries.class
Index lookup strategy for tables.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 against tables, full table scan.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries for in-keyword single-index sided.class
Index lookup strategy for subqueries.class
Index lookup strategy for subqueries for in-keyword single-index sided.class
Index lookup strategy for subqueries.class
Modifier and TypeMethodDescriptionSubordCompositeTableLookupStrategyFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) SubordHashedTableLookupStrategyExprFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) SubordHashedTableLookupStrategyPropFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) SubordInKeywordMultiTableLookupStrategyFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) SubordInKeywordSingleTableLookupStrategyFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) SubordSortedTableLookupStrategyFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) SubordTableLookupStrategyFactory.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) ModifierConstructorDescriptionSubordIndexedTableLookupStrategyLocking
(SubordTableLookupStrategy inner, StatementAgentInstanceLock statementLock) -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.epl.lookupsubord
Modifier and TypeMethodDescriptionSubordWMatchExprLookupStrategyIndexedFiltered.getTableLookupStrategy()
ModifierConstructorDescriptionSubordWMatchExprLookupStrategyIndexedFiltered
(ExprEvaluator joinExpr, SubordTableLookupStrategy tableLookupStrategy) SubordWMatchExprLookupStrategyIndexedUnfiltered
(SubordTableLookupStrategy tableLookupStrategy) Ctor. -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.epl.subselect
Modifier and TypeMethodDescriptionSubSelectFactoryResult.getLookupStrategy()
SubSelectStrategyRealization.getLookupStrategy()
ModifierConstructorDescriptionSubSelectFactoryResult
(ViewableActivationResult subselectActivationResult, SubSelectStrategyRealization realization, SubordTableLookupStrategy lookupStrategy) SubSelectStrategyRealization
(SubordTableLookupStrategy lookupStrategy, SubselectAggregationPreprocessorBase subselectAggregationPreprocessor, AggregationService aggregationService, PriorEvalStrategy priorStrategy, PreviousGetterStrategy previousStrategy, Viewable subselectView, EventTable[] indexes) -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionVirtualDWView.getSubordinateLookupStrategy
(SubordTableLookupStrategyFactoryVDW subordTableFactory, ExprEvaluatorContext exprEvaluatorContext) VirtualDWViewImpl.getSubordinateLookupStrategy
(SubordTableLookupStrategyFactoryVDW subordTableFactory, ExprEvaluatorContext exprEvaluatorContext) SubordTableLookupStrategyFactoryVDW.makeStrategy
(EventTable[] eventTable, ExprEvaluatorContext exprEvaluatorContext, VirtualDWView vdw) -
Uses of SubordTableLookupStrategy in com.espertech.esper.common.internal.metrics.instrumentation
Modifier and TypeMethodDescriptionvoid
InstrumentationCommon.qIndexSubordLookup
(SubordTableLookupStrategy subordTableLookupStrategy, EventTable optionalEventIndex, int[] keyStreamNums) void
InstrumentationCommonDefault.qIndexSubordLookup
(SubordTableLookupStrategy subordTableLookupStrategy, EventTable optionalEventIndex, int[] keyStreamNums)