Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Modifier and Type | Method and Description |
---|---|
VirtualDataWindowLookup |
VirtualDataWindow.getLookup(VirtualDataWindowLookupContext desc)
Returns the lookup strategy for use by an EPL statement to obtain data.
|
Constructor and Description |
---|
JoinExecTableLookupStrategyVirtualDW(String namedWindowName,
VirtualDataWindowLookup externalIndex,
TableLookupKeyDesc keyDescriptor,
int lookupStream) |
SubordTableLookupStrategyVirtualDW(String namedWindowName,
VirtualDataWindowLookup externalIndex,
List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
int numOuterStreams) |