Package | Description |
---|---|
com.espertech.esper.common.internal.epl.lookupplansubord |
Modifier and Type | Method and Description |
---|---|
static IndexKeyInfo |
SubordinateQueryPlannerUtil.compileIndexKeyInfo(IndexMultiKey indexMultiKey,
String[] hashIndexPropsProvided,
SubordPropHashKeyForge[] hashJoinedProps,
String[] rangeIndexPropsProvided,
SubordPropRangeKeyForge[] rangeJoinedProps)
Given an index with a defined set of hash(equals) and range(btree) props and uniqueness flag,
and given a list of indexable properties and accessAccessors for both hash and range,
return the ordered keys and coercion information.
|
IndexKeyInfo |
SubordinateQueryIndexDescForge.getOptionalIndexKeyInfo() |
IndexKeyInfo |
SubordinateQueryIndexDesc.getOptionalIndexKeyInfo() |
Constructor and Description |
---|
SubordinateQueryIndexDesc(IndexKeyInfo optionalIndexKeyInfo,
String indexName,
IndexMultiKey indexMultiKey,
QueryPlanIndexItem queryPlanIndexItem) |
SubordinateQueryIndexDescForge(IndexKeyInfo optionalIndexKeyInfo,
String indexName,
String indexModuleName,
IndexMultiKey indexMultiKey,
QueryPlanIndexItemForge optionalQueryPlanIndexItem) |
Copyright © 2005–2018. All rights reserved.