|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.lookup.SubordIndexedTableLookupStrategySinglePropFactory
public class SubordIndexedTableLookupStrategySinglePropFactory
Index lookup strategy for subqueries.
Field Summary | |
---|---|
protected int |
keyStreamNum
Stream numbers to get key values from. |
protected EventPropertyGetter |
propertyGetter
Getters to use to get key values. |
Constructor Summary | |
---|---|
SubordIndexedTableLookupStrategySinglePropFactory(boolean isNWOnTrigger,
EventType[] eventTypes,
int keyStreamNum,
java.lang.String property)
Ctor. |
Method Summary | |
---|---|
SubordTableLookupStrategy |
makeStrategy(EventTable[] eventTable,
VirtualDWView vdw)
|
java.lang.String |
toQueryPlan()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final int keyStreamNum
protected final EventPropertyGetter propertyGetter
Constructor Detail |
---|
public SubordIndexedTableLookupStrategySinglePropFactory(boolean isNWOnTrigger, EventType[] eventTypes, int keyStreamNum, java.lang.String property)
eventTypes
- is the event types per streamkeyStreamNum
- is the stream number per propertyproperty
- is the key propertiesMethod Detail |
---|
public SubordTableLookupStrategy makeStrategy(EventTable[] eventTable, VirtualDWView vdw)
makeStrategy
in interface SubordTableLookupStrategyFactory
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategyFactory
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |