Class NamedWindowProperty

java.lang.Object
org.apache.flink.table.runtime.groupwindow.NamedWindowProperty

@Deprecated @Internal public class NamedWindowProperty extends Object
Deprecated.
The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.
Information necessary to create a window aggregate.
  • Field Details

  • Constructor Details

    • NamedWindowProperty

      public NamedWindowProperty(String name, WindowProperty property)
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
    • getProperty

      public WindowProperty getProperty()
      Deprecated.