public class IndexMultiKey extends Object
Constructor and Description |
---|
IndexMultiKey(boolean unique,
List<IndexedPropDesc> hashIndexedProps,
List<IndexedPropDesc> rangeIndexedProps,
AdvancedIndexDesc advancedIndexDesc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AdvancedIndexDesc |
getAdvancedIndexDesc() |
IndexedPropDesc[] |
getHashIndexedProps() |
IndexedPropDesc[] |
getRangeIndexedProps() |
int |
hashCode() |
boolean |
isUnique() |
String |
toQueryPlan() |
public IndexMultiKey(boolean unique, List<IndexedPropDesc> hashIndexedProps, List<IndexedPropDesc> rangeIndexedProps, AdvancedIndexDesc advancedIndexDesc)
public boolean isUnique()
public IndexedPropDesc[] getHashIndexedProps()
public IndexedPropDesc[] getRangeIndexedProps()
public AdvancedIndexDesc getAdvancedIndexDesc()
public String toQueryPlan()