Package | Description |
---|---|
com.espertech.esper.epl.join.exec.base |
Inner join execution
|
com.espertech.esper.epl.join.table |
Indexes for views
|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Method and Description |
---|---|
UnindexedEventTable |
FullTableScanLookupStrategy.getEventIndex()
Returns the associated table.
|
Constructor and Description |
---|
FullTableScanLookupStrategy(UnindexedEventTable eventIndex)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
UnindexedEventTableImpl
Simple table of events without an index.
|
Constructor and Description |
---|
SubordFullTableScanLookupStrategy(UnindexedEventTable eventIndex)
Ctor.
|