Uses of Interface
net.esper.eql.lookup.TableLookupStrategy

Packages that use TableLookupStrategy
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.lookup Subquery execution strategies and lookup indexes 
net.esper.eql.named Named window classes are in this package 
 

Uses of TableLookupStrategy in net.esper.eql.expression
 

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

Uses of TableLookupStrategy in net.esper.eql.lookup
 

Classes in net.esper.eql.lookup that implement TableLookupStrategy
 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.
 

Uses of TableLookupStrategy in net.esper.eql.named
 

Constructors in net.esper.eql.named with parameters of type TableLookupStrategy
LookupStrategyIndexed(ExprNode joinExpr, TableLookupStrategy tableLookupStrategy)
          Ctor.
 


© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com