java.lang.Object
com.espertech.esper.common.internal.epl.join.lookup.IndexedPropDesc
All Implemented Interfaces:
Comparable

public class IndexedPropDesc extends Object implements Comparable
Holds property information for joined properties in a lookup.
  • Field Details

  • Constructor Details

    • IndexedPropDesc

      public IndexedPropDesc(String indexPropName, EPTypeClass coercionType)
      Ctor.
      Parameters:
      indexPropName - is the property name of the indexed field
      coercionType - is the type to coerce to
  • Method Details