public class QueryPlanIndexItem
extends java.lang.Object
Constructor and Description |
---|
QueryPlanIndexItem(java.lang.String[] indexProps,
java.lang.Class[] optIndexCoercionTypes,
java.lang.String[] rangeProps,
java.lang.Class[] optRangeCoercionTypes,
boolean unique)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCompareSortedProps(QueryPlanIndexItem other) |
java.lang.String[] |
getIndexProps() |
java.lang.Class[] |
getOptIndexCoercionTypes() |
java.lang.Class[] |
getOptRangeCoercionTypes() |
java.lang.String[] |
getRangeProps() |
boolean |
isUnique() |
void |
setOptIndexCoercionTypes(java.lang.Class[] optIndexCoercionTypes) |
java.lang.String |
toString() |
public QueryPlanIndexItem(java.lang.String[] indexProps, java.lang.Class[] optIndexCoercionTypes, java.lang.String[] rangeProps, java.lang.Class[] optRangeCoercionTypes, boolean unique)
indexProps
- - array of property names with the first dimension suplying the number of
distinct indexes. The second dimension can be empty and indicates a full table scan.optIndexCoercionTypes
- - array of coercion types for each index, or null entry for no coercion requiredunique
- whether index is unique on index props (not applicable to range-only)public java.lang.String[] getIndexProps()
public java.lang.Class[] getOptIndexCoercionTypes()
public java.lang.String[] getRangeProps()
public java.lang.Class[] getOptRangeCoercionTypes()
public void setOptIndexCoercionTypes(java.lang.Class[] optIndexCoercionTypes)
public boolean isUnique()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equalsCompareSortedProps(QueryPlanIndexItem other)