com.espertech.esper.epl.lookup
Class SubordPropInKeywordMultiIndex
java.lang.Object
com.espertech.esper.epl.lookup.SubordPropInKeywordMultiIndex
- All Implemented Interfaces:
- java.io.Serializable
public class SubordPropInKeywordMultiIndex
- extends java.lang.Object
- implements java.io.Serializable
Holds property information for joined properties in a lookup.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubordPropInKeywordMultiIndex
public SubordPropInKeywordMultiIndex(java.lang.String[] indexedProp,
java.lang.Class coercionType,
ExprNode expression)
getIndexedProp
public java.lang.String[] getIndexedProp()
getCoercionType
public java.lang.Class getCoercionType()
getExpression
public ExprNode getExpression()