|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.lookup.SubordIndexedTableLookupStrategyProp
public class SubordIndexedTableLookupStrategyProp
Index lookup strategy for subqueries.
Field Summary | |
---|---|
protected PropertyIndexedEventTable |
index
Index to look up in. |
protected int[] |
keyStreamNums
Stream numbers to get key values from. |
protected EventPropertyGetter[] |
propertyGetters
Getters to use to get key values. |
protected LookupStrategyDesc |
strategyDesc
|
Constructor Summary | |
---|---|
SubordIndexedTableLookupStrategyProp(int[] keyStreamNums,
EventPropertyGetter[] propertyGetters,
PropertyIndexedEventTable index,
LookupStrategyDesc strategyDesc)
|
Method Summary | |
---|---|
PropertyIndexedEventTable |
getIndex()
Returns index to look up in. |
protected java.lang.Object[] |
getKeys(EventBean[] eventsPerStream)
Get the index lookup keys. |
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()
|
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[] keyStreamNums
protected final EventPropertyGetter[] propertyGetters
protected final PropertyIndexedEventTable index
protected final LookupStrategyDesc strategyDesc
Constructor Detail |
---|
public SubordIndexedTableLookupStrategyProp(int[] keyStreamNums, EventPropertyGetter[] propertyGetters, PropertyIndexedEventTable index, LookupStrategyDesc strategyDesc)
Method Detail |
---|
public PropertyIndexedEventTable getIndex()
public java.util.Collection<EventBean> lookup(EventBean[] eventsPerStream, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
eventsPerStream
- to look up
protected java.lang.Object[] getKeys(EventBean[] eventsPerStream)
eventsPerStream
- is the events for each stream
public java.lang.String toString()
toString
in class java.lang.Object
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy
public java.lang.String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy
|
© 2006-2016 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 |