Interface WindowProperty

All Known Implementing Classes:
AbstractWindowProperty, ProctimeAttribute, RowtimeAttribute, SliceEnd, WindowEnd, WindowStart

@Deprecated @Internal public interface 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 interface that describes window's property.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.types.logical.LogicalType
    Deprecated.
     
  • Method Details

    • getResultType

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