Class SubordPropUtil
java.lang.Object
com.espertech.esper.common.internal.epl.lookupplan.SubordPropUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EPTypeClass[]
getCoercionTypes
(SubordPropHashKeyForge[] descList) Returns the key coercion types.static EPTypeClass[]
getCoercionTypes
(Collection<SubordPropHashKeyForge> descList) Returns the key coercion types.static String[]
getKeyProperties
(SubordPropHashKeyForge[] descList) Returns the key property names.static String[]
getKeyProperties
(Collection<SubordPropHashKeyForge> descList) Returns the key property names.static int[]
getKeyStreamNums
(Collection<SubordPropHashKeyForge> descList) Returns the key stream numbers.static boolean
isStrictKeyJoin
(Collection<SubordPropHashKeyForge> hashKeys)
-
Constructor Details
-
SubordPropUtil
public SubordPropUtil()
-
-
Method Details
-
isStrictKeyJoin
-
getKeyStreamNums
Returns the key stream numbers.- Parameters:
descList
- a list of descriptors- Returns:
- key stream numbers
-
getKeyProperties
Returns the key property names.- Parameters:
descList
- a list of descriptors- Returns:
- key property names
-
getKeyProperties
Returns the key property names.- Parameters:
descList
- a list of descriptors- Returns:
- key property names
-
getCoercionTypes
Returns the key coercion types.- Parameters:
descList
- a list of descriptors- Returns:
- key coercion types
-
getCoercionTypes
Returns the key coercion types.- Parameters:
descList
- a list of descriptors- Returns:
- key coercion types
-