com.espertech.esper.epl.lookup
Class SubordCompositeTableLookupStrategyFactory

java.lang.Object
  extended by com.espertech.esper.epl.lookup.SubordCompositeTableLookupStrategyFactory
All Implemented Interfaces:
SubordTableLookupStrategyFactory

public class SubordCompositeTableLookupStrategyFactory
extends java.lang.Object
implements SubordTableLookupStrategyFactory

Index lookup strategy for subqueries.


Constructor Summary
SubordCompositeTableLookupStrategyFactory(boolean isNWOnTrigger, int numStreams, java.util.Collection<SubordPropHashKey> keyExpr, java.lang.Class[] coercionKeyTypes, java.util.Collection<SubordPropRangeKey> rangeProps, java.lang.Class[] coercionRangeTypes)
           
 
Method Summary
 SubordTableLookupStrategy makeStrategy(EventTable eventTable)
           
 java.lang.String toQueryPlan()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubordCompositeTableLookupStrategyFactory

public SubordCompositeTableLookupStrategyFactory(boolean isNWOnTrigger,
                                                 int numStreams,
                                                 java.util.Collection<SubordPropHashKey> keyExpr,
                                                 java.lang.Class[] coercionKeyTypes,
                                                 java.util.Collection<SubordPropRangeKey> rangeProps,
                                                 java.lang.Class[] coercionRangeTypes)
Method Detail

makeStrategy

public SubordTableLookupStrategy makeStrategy(EventTable eventTable)
Specified by:
makeStrategy in interface SubordTableLookupStrategyFactory

toQueryPlan

public java.lang.String toQueryPlan()
Specified by:
toQueryPlan in interface SubordTableLookupStrategyFactory

© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com