public class SubordPropUtil extends Object
Constructor and Description |
---|
SubordPropUtil() |
Modifier and Type | Method and Description |
---|---|
static Class[] |
getCoercionTypes(Collection<SubordPropHashKey> descList)
Returns the key coercion types.
|
static Class[] |
getCoercionTypes(SubordPropHashKey[] descList)
Returns the key coercion types.
|
static String[] |
getKeyProperties(Collection<SubordPropHashKey> descList)
Returns the key property names.
|
static String[] |
getKeyProperties(SubordPropHashKey[] descList)
Returns the key property names.
|
static int[] |
getKeyStreamNums(Collection<SubordPropHashKey> descList)
Returns the key stream numbers.
|
static boolean |
isStrictKeyJoin(Collection<SubordPropHashKey> hashKeys) |
public static boolean isStrictKeyJoin(Collection<SubordPropHashKey> hashKeys)
public static int[] getKeyStreamNums(Collection<SubordPropHashKey> descList)
descList
- a list of descriptorspublic static String[] getKeyProperties(Collection<SubordPropHashKey> descList)
descList
- a list of descriptorspublic static String[] getKeyProperties(SubordPropHashKey[] descList)
descList
- a list of descriptorspublic static Class[] getCoercionTypes(Collection<SubordPropHashKey> descList)
descList
- a list of descriptorspublic static Class[] getCoercionTypes(SubordPropHashKey[] descList)
descList
- a list of descriptors