com.espertech.esper.epl.join.exec.composite
Class CompositeIndexQueryFactory

java.lang.Object
  extended by com.espertech.esper.epl.join.exec.composite.CompositeIndexQueryFactory

public class CompositeIndexQueryFactory
extends java.lang.Object


Constructor Summary
CompositeIndexQueryFactory()
           
 
Method Summary
static CompositeIndexQuery makeJoinSingleLookupStream(boolean isNWOnTrigger, int lookupStream, java.util.List<QueryGraphValueEntryHashKeyed> hashKeys, java.lang.Class[] keyCoercionTypes, java.util.List<QueryGraphValueEntryRange> rangeProps, java.lang.Class[] rangeCoercionTypes)
           
static CompositeIndexQuery makeSubordinate(boolean isNWOnTrigger, int numOuterStreams, java.util.Collection<SubordPropHashKey> keyExpr, java.lang.Class[] coercionKeyTypes, java.util.Collection<SubordPropRangeKey> rangeProps, java.lang.Class[] rangeCoercionTypes, java.util.List<java.lang.String> expressionTexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeIndexQueryFactory

public CompositeIndexQueryFactory()
Method Detail

makeSubordinate

public static CompositeIndexQuery makeSubordinate(boolean isNWOnTrigger,
                                                  int numOuterStreams,
                                                  java.util.Collection<SubordPropHashKey> keyExpr,
                                                  java.lang.Class[] coercionKeyTypes,
                                                  java.util.Collection<SubordPropRangeKey> rangeProps,
                                                  java.lang.Class[] rangeCoercionTypes,
                                                  java.util.List<java.lang.String> expressionTexts)

makeJoinSingleLookupStream

public static CompositeIndexQuery makeJoinSingleLookupStream(boolean isNWOnTrigger,
                                                             int lookupStream,
                                                             java.util.List<QueryGraphValueEntryHashKeyed> hashKeys,
                                                             java.lang.Class[] keyCoercionTypes,
                                                             java.util.List<QueryGraphValueEntryRange> rangeProps,
                                                             java.lang.Class[] rangeCoercionTypes)

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