Class RowtimeAttribute

java.lang.Object
org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
org.apache.flink.table.runtime.groupwindow.RowtimeAttribute
All Implemented Interfaces:
WindowProperty

@Deprecated @Internal public class RowtimeAttribute extends AbstractWindowProperty
Deprecated.
The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.
Rowtime property.
  • Constructor Details

    • RowtimeAttribute

      public RowtimeAttribute(WindowReference reference)
      Deprecated.
  • Method Details

    • getResultType

      public org.apache.flink.table.types.logical.LogicalType getResultType()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class AbstractWindowProperty