public class SubordinateQueryPlannerIndexPropDesc extends Object
Constructor and Description |
---|
SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided,
EPTypeClass[] hashIndexCoercionType,
String[] rangeIndexPropsProvided,
EPTypeClass[] rangeIndexCoercionType,
SubordinateQueryPlannerIndexPropListPair listPair,
SubordPropHashKeyForge[] hashJoinedProps,
SubordPropRangeKeyForge[] rangeJoinedProps) |
Modifier and Type | Method and Description |
---|---|
EPTypeClass[] |
getHashIndexCoercionType() |
String[] |
getHashIndexPropsProvided() |
SubordPropHashKeyForge[] |
getHashJoinedProps() |
SubordinateQueryPlannerIndexPropListPair |
getListPair() |
EPTypeClass[] |
getRangeIndexCoercionType() |
String[] |
getRangeIndexPropsProvided() |
SubordPropRangeKeyForge[] |
getRangeJoinedProps() |
public SubordinateQueryPlannerIndexPropDesc(String[] hashIndexPropsProvided, EPTypeClass[] hashIndexCoercionType, String[] rangeIndexPropsProvided, EPTypeClass[] rangeIndexCoercionType, SubordinateQueryPlannerIndexPropListPair listPair, SubordPropHashKeyForge[] hashJoinedProps, SubordPropRangeKeyForge[] rangeJoinedProps)
public String[] getHashIndexPropsProvided()
public EPTypeClass[] getHashIndexCoercionType()
public String[] getRangeIndexPropsProvided()
public EPTypeClass[] getRangeIndexCoercionType()
public SubordinateQueryPlannerIndexPropListPair getListPair()
public SubordPropHashKeyForge[] getHashJoinedProps()
public SubordPropRangeKeyForge[] getRangeJoinedProps()
Copyright © 2005–2021. All rights reserved.