Uses of Class
com.espertech.esper.common.internal.epl.join.lookup.IndexedPropDesc
Package
Description
-
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.join.lookup
Modifier and TypeMethodDescriptionIndexMultiKey.getHashIndexedProps()
IndexMultiKey.getRangeIndexedProps()
Modifier and TypeMethodDescriptionstatic EPTypeClass[]
IndexedPropDesc.getCoercionTypes
(IndexedPropDesc[] descList) Returns the key coercion types.static String[]
IndexedPropDesc.getIndexProperties
(IndexedPropDesc[] descList) Returns the index property names given an array of descriptors.static int
IndexedPropDesc.getPropertyIndex
(String propertyName, IndexedPropDesc[] descList) static CodegenExpression
IndexedPropDesc.makeArray
(IndexedPropDesc[] items) static void
IndexedPropDesc.toQueryPlan
(StringWriter writer, IndexedPropDesc[] indexedProps) Modifier and TypeMethodDescriptionstatic boolean
IndexedPropDesc.compare
(List<IndexedPropDesc> first, List<IndexedPropDesc> second) static String[]
IndexedPropDesc.getIndexProperties
(List<IndexedPropDesc> descList) static CodegenExpression
IndexedPropDesc.makeArray
(Collection<IndexedPropDesc> items) ModifierConstructorDescriptionIndexMultiKey
(boolean unique, IndexedPropDesc[] hashIndexedProps, IndexedPropDesc[] rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) ModifierConstructorDescriptionIndexMultiKey
(boolean unique, List<IndexedPropDesc> hashIndexedProps, List<IndexedPropDesc> rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.join.queryplan
Modifier and TypeMethodDescriptionQueryPlanIndexItem.getBtreePropsAsList()
QueryPlanIndexItemForge.getBtreePropsAsList()
QueryPlanIndexItem.getHashPropsAsList()
QueryPlanIndexItemForge.getHashPropsAsList()
ModifierConstructorDescriptionQueryPlanIndexItemForge
(List<IndexedPropDesc> hashProps, List<IndexedPropDesc> btreeProps, boolean unique, EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc, EventType eventType) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.lookupplansubord
Modifier and TypeMethodDescriptionSubordinateQueryPlannerIndexPropListPair.getBtreeProps()
SubordinateQueryPlannerIndexPropListPair.getHashedProps()
Modifier and TypeMethodDescriptionstatic IndexMultiKey
EventTableIndexUtil.findExactMatchNameAndType
(Set<IndexMultiKey> indexMultiKeys, boolean unique, List<IndexedPropDesc> hashProps, List<IndexedPropDesc> btreeProps) static IndexMultiKey
EventTableIndexUtil.findIndexConsiderTyping
(Map<IndexMultiKey, EventTableIndexMetadataEntry> tableIndexesRefCount, List<IndexedPropDesc> hashProps, List<IndexedPropDesc> btreeProps, List<IndexHintInstruction> optionalIndexHintInstructions) ModifierConstructorDescriptionSubordinateQueryPlannerIndexPropListPair
(List<IndexedPropDesc> hashedProps, List<IndexedPropDesc> btreeProps) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.table.update
Modifier and TypeMethodDescriptionstatic void
TableUpdateStrategyFactory.validateNewUniqueIndex
(String[] tableUpdatedProperties, IndexedPropDesc[] hashIndexedProps) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.virtualdw
Modifier and TypeMethodDescriptionSubordTableLookupStrategyFactoryVDW.getIndexBtreeProps()
SubordTableLookupStrategyFactoryVDW.getIndexHashedProps()
Modifier and TypeMethodDescriptionstatic Pair<IndexMultiKey,
VirtualDWEventTable> VirtualDWQueryPlanUtil.getSubordinateQueryDesc
(boolean unique, IndexedPropDesc[] hashedProps, IndexedPropDesc[] btreeProps) void
SubordTableLookupStrategyFactoryVDW.setIndexBtreeProps
(IndexedPropDesc[] indexBtreeProps) void
SubordTableLookupStrategyFactoryVDW.setIndexHashedProps
(IndexedPropDesc[] indexHashedProps)