Package net.esper.eql.subquery

Subquery execution strategies and lookup indexes

See:
          Description

Interface Summary
SubqueryTableLookupStrategy 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.
 

Class Summary
FullTableScanLookupStrategy Lookup on an unindexed table returning the full table as matching events.
IndexedTableLookupStrategy Index lookup strategy for subqueries.
IndexedTableLookupStrategyCoercing Index lookup strategy that coerces the key values before performing a lookup.
SubqueryJoinedPropDesc Holds property information for joined properties in a subquery.
 

Package net.esper.eql.subquery Description

Subquery execution strategies and lookup indexes