|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.lookup.SubordInKeywordSingleTableLookupStrategy
public class SubordInKeywordSingleTableLookupStrategy
Index lookup strategy for subqueries.
Field Summary | |
---|---|
protected ExprEvaluator[] |
evaluators
Stream numbers to get key values from. |
protected PropertyIndexedEventTableSingle |
index
Index to look up in. |
Constructor Summary | |
---|---|
SubordInKeywordSingleTableLookupStrategy(int streamCountOuter,
ExprEvaluator[] evaluators,
PropertyIndexedEventTableSingle index,
LookupStrategyDesc strategyDesc)
|
Method Summary | |
---|---|
PropertyIndexedEventTableSingle |
getIndex()
Returns index to look up in. |
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ExprEvaluator[] evaluators
protected final PropertyIndexedEventTableSingle index
Constructor Detail |
---|
public SubordInKeywordSingleTableLookupStrategy(int streamCountOuter, ExprEvaluator[] evaluators, PropertyIndexedEventTableSingle index, LookupStrategyDesc strategyDesc)
Method Detail |
---|
public PropertyIndexedEventTableSingle getIndex()
public java.util.Collection<EventBean> lookup(EventBean[] eventsPerStream, ExprEvaluatorContext context)
SubordTableLookupStrategy
lookup
in interface SubordTableLookupStrategy
eventsPerStream
- to look up
public LookupStrategyDesc getStrategyDesc()
getStrategyDesc
in interface SubordTableLookupStrategy
public java.lang.String toQueryPlan()
toQueryPlan
in interface SubordTableLookupStrategy
|
© 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 |