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(java.lang.String[] hashIndexPropsProvided,
java.lang.Class[] hashIndexCoercionType,
java.lang.String[] rangeIndexPropsProvided,
java.lang.Class[] rangeIndexCoercionType) |
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropDesc(java.lang.String[] hashIndexPropsProvided,
java.lang.Class[] hashIndexCoercionType,
java.lang.String[] rangeIndexPropsProvided,
java.lang.Class[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKey[] hashJoinedProps,
SubordPropRangeKey[] rangeJoinedProps) |
SubordTableLookupStrategyFactoryVDW(java.lang.String statementName,
int statementId,
java.lang.annotation.Annotation[] annotations,
EventType[] outerStreams,
java.util.List<SubordPropHashKey> hashKeys,
CoercionDesc hashKeyCoercionTypes,
java.util.List<SubordPropRangeKey> rangeKeys,
CoercionDesc rangeKeyCoercionTypes,
boolean nwOnTrigger,
SubordPropPlan joinDesc,
boolean forceTableScan,
SubordinateQueryPlannerIndexPropListPair hashAndRanges) |