public class CompositeIndexQueryFactory extends Object
Constructor and Description |
---|
CompositeIndexQueryFactory() |
Modifier and Type | Method and Description |
---|---|
static CompositeIndexQuery |
makeJoinSingleLookupStream(boolean isNWOnTrigger,
int lookupStream,
List<QueryGraphValueEntryHashKeyed> hashKeys,
Class[] keyCoercionTypes,
List<QueryGraphValueEntryRange> rangeProps,
Class[] rangeCoercionTypes) |
static CompositeIndexQuery |
makeSubordinate(boolean isNWOnTrigger,
int numOuterStreams,
Collection<SubordPropHashKey> keyExpr,
Class[] coercionKeyTypes,
Collection<SubordPropRangeKey> rangeProps,
Class[] rangeCoercionTypes,
List<String> expressionTexts) |
public static CompositeIndexQuery makeSubordinate(boolean isNWOnTrigger, int numOuterStreams, Collection<SubordPropHashKey> keyExpr, Class[] coercionKeyTypes, Collection<SubordPropRangeKey> rangeProps, Class[] rangeCoercionTypes, List<String> expressionTexts)
public static CompositeIndexQuery makeJoinSingleLookupStream(boolean isNWOnTrigger, int lookupStream, List<QueryGraphValueEntryHashKeyed> hashKeys, Class[] keyCoercionTypes, List<QueryGraphValueEntryRange> rangeProps, Class[] rangeCoercionTypes)