Uses of Interface
net.esper.eql.subquery.SubqueryTableLookupStrategy

Packages that use SubqueryTableLookupStrategy
net.esper.eql.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
net.esper.eql.subquery Subquery execution strategies and lookup indexes 
 

Uses of SubqueryTableLookupStrategy in net.esper.eql.expression
 

Methods in net.esper.eql.expression with parameters of type SubqueryTableLookupStrategy
 void ExprSubselectNode.setStrategy(SubqueryTableLookupStrategy strategy)
          Sets the strategy for boiling down the table of subquery events into a subset against which to run the filter.
 

Uses of SubqueryTableLookupStrategy in net.esper.eql.subquery
 

Classes in net.esper.eql.subquery that implement SubqueryTableLookupStrategy
 class FullTableScanLookupStrategy
          Lookup on an unindexed table returning the full table as matching events.
 class IndexedTableLookupStrategy
          Index lookup strategy for subqueries.
 class IndexedTableLookupStrategyCoercing
          Index lookup strategy that coerces the key values before performing a lookup.