Class WindowReference

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

@Deprecated @Internal public class WindowReference extends Object
Deprecated.
The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they are also used to configure Python operators.
Indicate timeField type.
  • Field Details

    • name

      public final String name
      Deprecated.
    • type

      @Nullable public final org.apache.flink.table.types.logical.LogicalType type
      Deprecated.
  • Constructor Details

    • WindowReference

      public WindowReference(String name, @Nullable org.apache.flink.table.types.logical.LogicalType type)
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
    • getType

      public Optional<org.apache.flink.table.types.logical.LogicalType> getType()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • toString

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