Uses of Interface
com.espertech.esper.epl.lookup.TableLookupStrategy

Packages that use TableLookupStrategy
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
com.espertech.esper.epl.lookup Subquery execution strategies and lookup indexes 
com.espertech.esper.epl.named Named window classes are in this package 
 

Uses of TableLookupStrategy in com.espertech.esper.epl.expression
 

Methods in com.espertech.esper.epl.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 com.espertech.esper.epl.lookup
 

Classes in com.espertech.esper.epl.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.
 class TableLookupStrategyNullRow
          Implementation for a table lookup strategy that returns exactly one row but leaves that row as an undefined value.
 

Uses of TableLookupStrategy in com.espertech.esper.epl.named
 

Constructors in com.espertech.esper.epl.named with parameters of type TableLookupStrategy
LookupStrategyIndexed(ExprNode joinExpr, TableLookupStrategy tableLookupStrategy)
          Ctor.
 


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