Uses of Class
com.espertech.esper.common.internal.epl.lookupplansubord.IndexKeyInfo
-
Uses of IndexKeyInfo in com.espertech.esper.common.internal.epl.lookupplansubord
Modifier and TypeMethodDescriptionstatic 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.SubordinateQueryIndexDesc.getOptionalIndexKeyInfo()
SubordinateQueryIndexDescForge.getOptionalIndexKeyInfo()
ModifierConstructorDescriptionSubordinateQueryIndexDesc
(IndexKeyInfo optionalIndexKeyInfo, String indexName, IndexMultiKey indexMultiKey, QueryPlanIndexItem queryPlanIndexItem) SubordinateQueryIndexDescForge
(IndexKeyInfo optionalIndexKeyInfo, String indexName, String indexModuleName, IndexMultiKey indexMultiKey, QueryPlanIndexItemForge optionalQueryPlanIndexItem)