Package | Description |
---|---|
com.espertech.esper.core.context.subselect |
Subselect implementation.
|
com.espertech.esper.epl.index.quadtree |
Quad-tree indexes
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Constructor and Description |
---|
SubSelectStrategyFactoryLocalViewPreloaded(int subqueryNumber,
SubSelectActivationHolder subSelectHolder,
Pair<EventTableFactory,SubordTableLookupStrategyFactory> pair,
ExprNode filterExprNode,
ExprEvaluator filterExprEval,
boolean correlatedSubquery,
AggregationServiceFactoryDesc aggregationServiceFactory,
ViewResourceDelegateVerified viewResourceDelegate,
ExprEvaluator[] groupKeys) |
Modifier and Type | Class and Description |
---|---|
class |
SubordTableLookupStrategyFactoryQuadTree |
Modifier and Type | Class and Description |
---|---|
class |
SubordCompositeTableLookupStrategyFactory
Index lookup strategy for subqueries.
|
class |
SubordFullTableScanLookupStrategyFactory
Factory for lookup on an unindexed table returning the full table as matching events.
|
class |
SubordIndexedTableLookupStrategyCoercingFactory
Index lookup strategy that coerces the key values before performing a lookup.
|
class |
SubordIndexedTableLookupStrategyExprFactory
Index lookup strategy for subqueries.
|
class |
SubordIndexedTableLookupStrategyPropFactory
Index lookup strategy for subqueries.
|
class |
SubordIndexedTableLookupStrategySingleCoercingFactory
Index lookup strategy that coerces the key values before performing a lookup.
|
class |
SubordIndexedTableLookupStrategySingleExprFactory
Index lookup strategy for subqueries.
|
class |
SubordIndexedTableLookupStrategySinglePropFactory
Index lookup strategy for subqueries.
|
class |
SubordInKeywordMultiTableLookupStrategyFactory
Index lookup strategy for subqueries.
|
class |
SubordInKeywordSingleTableLookupStrategyFactory
Index lookup strategy for subqueries.
|
class |
SubordSortedTableLookupStrategyFactory
Index lookup strategy for subqueries.
|
class |
SubordTableLookupStrategyFactoryVDW
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.
|
Modifier and Type | Method and Description |
---|---|
static SubordTableLookupStrategyFactory |
SubordinateTableLookupStrategyUtil.getLookupStrategy(EventType[] outerStreamTypesZeroIndexed,
List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
ExprNode[] inKeywordSingleIdxKeys,
ExprNode inKeywordMultiIdxKey,
boolean isNWOnTrigger) |
SubordTableLookupStrategyFactory |
SubordinateQueryPlanDesc.getLookupStrategyFactory() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyFactoryIndexedFiltered.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyFactoryAllUnfiltered.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyFactoryAllFiltered.getOptionalInnerStrategy() |
SubordTableLookupStrategyFactory |
SubordWMatchExprLookupStrategyFactory.getOptionalInnerStrategy() |
Constructor and Description |
---|
SubordinateQueryPlanDesc(SubordTableLookupStrategyFactory lookupStrategyFactory,
SubordinateQueryIndexDesc[] indexDescs) |
SubordWMatchExprLookupStrategyFactoryIndexedFiltered(ExprEvaluator exprEvaluator,
SubordTableLookupStrategyFactory lookupStrategyFactory) |
SubordWMatchExprLookupStrategyFactoryIndexedUnfiltered(SubordTableLookupStrategyFactory lookupStrategyFactory) |