public class SubordinateQueryPlannerIndexPropDesc
extends java.lang.Object
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropDesc(java.lang.String[] hashIndexPropsProvided,
java.lang.Class[] hashIndexCoercionType,
java.lang.String[] rangeIndexPropsProvided,
java.lang.Class[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKey[] hashJoinedProps,
SubordPropRangeKey[] rangeJoinedProps) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class[] |
getHashIndexCoercionType() |
java.lang.String[] |
getHashIndexPropsProvided() |
SubordPropHashKey[] |
getHashJoinedProps() |
SubordinateQueryPlannerIndexPropListPair |
getListPair() |
java.lang.Class[] |
getRangeIndexCoercionType() |
java.lang.String[] |
getRangeIndexPropsProvided() |
SubordPropRangeKey[] |
getRangeJoinedProps() |
public SubordinateQueryPlannerIndexPropDesc(java.lang.String[] hashIndexPropsProvided, java.lang.Class[] hashIndexCoercionType, java.lang.String[] rangeIndexPropsProvided, java.lang.Class[] rangeIndexCoercionType, SubordinateQueryPlannerIndexPropListPair listPair, SubordPropHashKey[] hashJoinedProps, SubordPropRangeKey[] rangeJoinedProps)
public java.lang.String[] getHashIndexPropsProvided()
public java.lang.Class[] getHashIndexCoercionType()
public java.lang.String[] getRangeIndexPropsProvided()
public java.lang.Class[] getRangeIndexCoercionType()
public SubordinateQueryPlannerIndexPropListPair getListPair()
public SubordPropHashKey[] getHashJoinedProps()
public SubordPropRangeKey[] getRangeJoinedProps()