Package | Description |
---|---|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Method and Description |
---|---|
SubordinateQueryPlannerIndexPropListPair |
SubordinateQueryPlannerIndexPropDesc.getListPair() |
static SubordinateQueryPlannerIndexPropListPair |
SubordinateQueryPlannerUtil.toListOfHashedAndBtreeProps(String[] hashIndexPropsProvided,
Class[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
Class[] rangeIndexCoercionType) |
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided,
Class[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
Class[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKey[] hashJoinedProps,
SubordPropRangeKey[] rangeJoinedProps) |
SubordTableLookupStrategyFactoryVDW(String statementName,
int statementId,
Annotation[] annotations,
EventType[] outerStreams,
List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
SubordPropPlan joinDesc,
boolean forceTableScan,
SubordinateQueryPlannerIndexPropListPair hashAndRanges) |