Uses of Class
com.espertech.esper.common.internal.epl.join.lookup.IndexedPropDesc
Packages that use IndexedPropDesc
Package
Description
-
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.join.lookup
Methods in com.espertech.esper.common.internal.epl.join.lookup that return IndexedPropDescModifier and TypeMethodDescriptionIndexMultiKey.getHashIndexedProps()
IndexMultiKey.getRangeIndexedProps()
Methods in com.espertech.esper.common.internal.epl.join.lookup with parameters of type IndexedPropDescModifier 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) Method parameters in com.espertech.esper.common.internal.epl.join.lookup with type arguments of type IndexedPropDescModifier 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) Constructors in com.espertech.esper.common.internal.epl.join.lookup with parameters of type IndexedPropDescModifierConstructorDescriptionIndexMultiKey
(boolean unique, IndexedPropDesc[] hashIndexedProps, IndexedPropDesc[] rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) Constructor parameters in com.espertech.esper.common.internal.epl.join.lookup with type arguments of type IndexedPropDescModifierConstructorDescriptionIndexMultiKey
(boolean unique, List<IndexedPropDesc> hashIndexedProps, List<IndexedPropDesc> rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.join.queryplan
Methods in com.espertech.esper.common.internal.epl.join.queryplan that return types with arguments of type IndexedPropDescModifier and TypeMethodDescriptionQueryPlanIndexItem.getBtreePropsAsList()
QueryPlanIndexItemForge.getBtreePropsAsList()
QueryPlanIndexItem.getHashPropsAsList()
QueryPlanIndexItemForge.getHashPropsAsList()
Constructor parameters in com.espertech.esper.common.internal.epl.join.queryplan with type arguments of type IndexedPropDescModifierConstructorDescriptionQueryPlanIndexItemForge
(List<IndexedPropDesc> hashProps, List<IndexedPropDesc> btreeProps, boolean unique, EventAdvancedIndexProvisionCompileTime advancedIndexProvisionDesc, EventType eventType) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.lookupplansubord
Methods in com.espertech.esper.common.internal.epl.lookupplansubord that return types with arguments of type IndexedPropDescModifier and TypeMethodDescriptionSubordinateQueryPlannerIndexPropListPair.getBtreeProps()
SubordinateQueryPlannerIndexPropListPair.getHashedProps()
Method parameters in com.espertech.esper.common.internal.epl.lookupplansubord with type arguments of type IndexedPropDescModifier 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) Constructor parameters in com.espertech.esper.common.internal.epl.lookupplansubord with type arguments of type IndexedPropDescModifierConstructorDescriptionSubordinateQueryPlannerIndexPropListPair
(List<IndexedPropDesc> hashedProps, List<IndexedPropDesc> btreeProps) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.table.update
Methods in com.espertech.esper.common.internal.epl.table.update with parameters of type IndexedPropDescModifier and TypeMethodDescriptionstatic void
TableUpdateStrategyFactory.validateNewUniqueIndex
(String[] tableUpdatedProperties, IndexedPropDesc[] hashIndexedProps) -
Uses of IndexedPropDesc in com.espertech.esper.common.internal.epl.virtualdw
Methods in com.espertech.esper.common.internal.epl.virtualdw that return IndexedPropDescModifier and TypeMethodDescriptionSubordTableLookupStrategyFactoryVDW.getIndexBtreeProps()
SubordTableLookupStrategyFactoryVDW.getIndexHashedProps()
Methods in com.espertech.esper.common.internal.epl.virtualdw with parameters of type IndexedPropDescModifier and TypeMethodDescriptionstatic Pair<IndexMultiKey,
VirtualDWEventTable> VirtualDWQueryPlanUtil.getSubordinateQueryDesc
(boolean unique, IndexedPropDesc[] hashedProps, IndexedPropDesc[] btreeProps) void
SubordTableLookupStrategyFactoryVDW.setIndexBtreeProps
(IndexedPropDesc[] indexBtreeProps) void
SubordTableLookupStrategyFactoryVDW.setIndexHashedProps
(IndexedPropDesc[] indexHashedProps)