public class SubordTableLookupStrategyVirtualDW extends java.lang.Object implements SubordTableLookupStrategy
Constructor and Description |
---|
SubordTableLookupStrategyVirtualDW(java.lang.String namedWindowName,
VirtualDataWindowLookup externalIndex,
java.util.List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
java.util.List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
int numOuterStreams) |
Modifier and Type | Method and Description |
---|---|
LookupStrategyDesc |
getStrategyDesc() |
java.util.Collection<EventBean> |
lookup(EventBean[] eventsPerStream,
ExprEvaluatorContext context)
Returns matched events for a set of events to look up for.
|
java.lang.String |
toQueryPlan() |
public SubordTableLookupStrategyVirtualDW(java.lang.String namedWindowName, VirtualDataWindowLookup externalIndex, java.util.List<SubordPropHashKey> hashKeys, CoercionDesc hashKeyCoercionTypes, java.util.List<SubordPropRangeKey> rangeKeys, CoercionDesc rangeKeyCoercionTypes, boolean nwOnTrigger, int numOuterStreams)
public java.util.Collection<EventBean> lookup(EventBean[] eventsPerStream, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
eventsPerStream
- to look upcontext
- contextpublic java.lang.String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy