Class AbstractWindowProperty

java.lang.Object
org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
All Implemented Interfaces:
WindowProperty
Direct Known Subclasses:
ProctimeAttribute, RowtimeAttribute, SliceEnd, WindowEnd, WindowStart

@Deprecated @Internal public abstract class AbstractWindowProperty extends Object implements WindowProperty
Deprecated.
The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.
The base class of WindowProperty.
  • Field Details

  • Constructor Details

    • AbstractWindowProperty

      protected AbstractWindowProperty(WindowReference reference)
      Deprecated.
  • Method Details