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