|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.eql.subquery.SubqueryJoinedPropDesc
public class SubqueryJoinedPropDesc
Holds property information for joined properties in a subquery.
Constructor Summary | |
---|---|
SubqueryJoinedPropDesc(String indexPropName,
Class coercionType,
String keyPropName,
Integer keyStreamId)
Ctor. |
Method Summary | |
---|---|
Class |
getCoercionType()
Returns the coercion type of key to index field. |
static Class[] |
getCoercionTypes(Collection<SubqueryJoinedPropDesc> descList)
Returns the key coercion types. |
String |
getIndexPropName()
Returns the property name of the indexed field. |
static String[] |
getKeyProperties(Collection<SubqueryJoinedPropDesc> descList)
Returns the key property names. |
String |
getKeyPropName()
Returns the property name of the key field. |
Integer |
getKeyStreamId()
Returns the stream id of the key field. |
static int[] |
getKeyStreamNums(Collection<SubqueryJoinedPropDesc> descList)
Returns the key stream numbers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubqueryJoinedPropDesc(String indexPropName, Class coercionType, String keyPropName, Integer keyStreamId)
indexPropName
- is the property name of the indexed fieldcoercionType
- is the type to coerce tokeyPropName
- is the property name of the key fieldkeyStreamId
- is the stream number of the key fieldMethod Detail |
---|
public String getIndexPropName()
public Class getCoercionType()
public String getKeyPropName()
public Integer getKeyStreamId()
public static int[] getKeyStreamNums(Collection<SubqueryJoinedPropDesc> descList)
descList
- a list of descriptors
public static String[] getKeyProperties(Collection<SubqueryJoinedPropDesc> descList)
descList
- a list of descriptors
public static Class[] getCoercionTypes(Collection<SubqueryJoinedPropDesc> descList)
descList
- a list of descriptors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |