Package | Description |
---|---|
com.espertech.esper.epl.join.plan |
Inner join and outer join query planning
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Modifier and Type | Method and Description |
---|---|
abstract TableLookupKeyDesc |
TableLookupPlan.getKeyDescriptor() |
TableLookupKeyDesc |
SortedTableLookupPlan.getKeyDescriptor() |
TableLookupKeyDesc |
InKeywordTableLookupPlanSingleIdx.getKeyDescriptor() |
TableLookupKeyDesc |
InKeywordTableLookupPlanMultiIdx.getKeyDescriptor() |
TableLookupKeyDesc |
IndexedTableLookupPlanSingle.getKeyDescriptor() |
TableLookupKeyDesc |
IndexedTableLookupPlanMulti.getKeyDescriptor() |
TableLookupKeyDesc |
FullTableScanUniquePerKeyLookupPlan.getKeyDescriptor() |
TableLookupKeyDesc |
FullTableScanLookupPlan.getKeyDescriptor() |
TableLookupKeyDesc |
CompositeTableLookupPlan.getKeyDescriptor() |
Modifier and Type | Method and Description |
---|---|
JoinExecTableLookupStrategy |
VirtualDWViewImpl.getJoinLookupStrategy(String accessedByStmtName,
int accessedByStmtId,
Annotation[] accessedByStmtAnnotations,
EventTable[] eventTables,
TableLookupKeyDesc keyDescriptor,
int lookupStreamNum) |
JoinExecTableLookupStrategy |
VirtualDWView.getJoinLookupStrategy(String accessedByStatementName,
int accessedByStatementId,
Annotation[] accessedByStmtAnnotations,
EventTable[] eventTable,
TableLookupKeyDesc keyDescriptor,
int lookupStreamNum) |
Constructor and Description |
---|
JoinExecTableLookupStrategyVirtualDW(String namedWindowName,
VirtualDataWindowLookup externalIndex,
TableLookupKeyDesc keyDescriptor,
int lookupStream) |