Uses of Class
com.espertech.esper.common.internal.epl.lookupplansubord.IndexKeyInfo
Packages that use IndexKeyInfo
-
Uses of IndexKeyInfo in com.espertech.esper.common.internal.epl.lookupplansubord
Methods in com.espertech.esper.common.internal.epl.lookupplansubord that return IndexKeyInfoModifier 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()
Constructors in com.espertech.esper.common.internal.epl.lookupplansubord with parameters of type IndexKeyInfoModifierConstructorDescriptionSubordinateQueryIndexDesc
(IndexKeyInfo optionalIndexKeyInfo, String indexName, IndexMultiKey indexMultiKey, QueryPlanIndexItem queryPlanIndexItem) SubordinateQueryIndexDescForge
(IndexKeyInfo optionalIndexKeyInfo, String indexName, String indexModuleName, IndexMultiKey indexMultiKey, QueryPlanIndexItemForge optionalQueryPlanIndexItem)