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