java.lang.Object
com.espertech.esper.common.internal.context.aifactory.createwindow.NamedWindowSelectedProps

public class NamedWindowSelectedProps extends Object
Selected properties for a create-window expression in the model-after syntax.
  • Constructor Details

    • NamedWindowSelectedProps

      public NamedWindowSelectedProps(EPType selectExpressionType, String assignedName, EventType fragmentType)
      Ctor.
      Parameters:
      selectExpressionType - expression result type
      assignedName - name of column
      fragmentType - null if not a fragment, or event type of fragment if one was selected
  • Method Details

    • getSelectExpressionType

      public EPType getSelectExpressionType()
      Returns the type of the expression result.
      Returns:
      type
    • getAssignedName

      public String getAssignedName()
      Returns the assigned column name.
      Returns:
      name
    • getFragmentType

      public EventType getFragmentType()
      Returns the fragment type or null if not a fragment type.
      Returns:
      type