Class IndexMultiKey
java.lang.Object
com.espertech.esper.common.internal.epl.join.lookup.IndexMultiKey
-
Field Summary
-
Constructor Summary
ConstructorDescriptionIndexMultiKey
(boolean unique, IndexedPropDesc[] hashIndexedProps, IndexedPropDesc[] rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) IndexMultiKey
(boolean unique, List<IndexedPropDesc> hashIndexedProps, List<IndexedPropDesc> rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isUnique()
make
(CodegenMethodScope parent, CodegenClassScope classScope)
-
Field Details
-
EPTYPE
-
-
Constructor Details
-
IndexMultiKey
public IndexMultiKey(boolean unique, List<IndexedPropDesc> hashIndexedProps, List<IndexedPropDesc> rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc) -
IndexMultiKey
public IndexMultiKey(boolean unique, IndexedPropDesc[] hashIndexedProps, IndexedPropDesc[] rangeIndexedProps, AdvancedIndexIndexMultiKeyPart advancedIndexDesc)
-
-
Method Details