-
Interfaces Interface Description org.apache.flink.table.runtime.groupwindow.WindowProperty The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.
-
Classes Class Description org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.NamedWindowProperty The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.ProctimeAttribute The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.RowtimeAttribute The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.SliceEnd The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.WindowEnd The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.WindowReference The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they are also used to configure Python operators.org.apache.flink.table.runtime.groupwindow.WindowStart The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.org.apache.flink.table.runtime.types.LogicalTypeDataTypeConverter org.apache.flink.table.runtime.types.TypeInfoDataTypeConverter UseInternalTypeInfo.of(LogicalType)
instead ifTypeInformation
is really required. In many cases,InternalSerializers.create(LogicalType)
should be sufficient.org.apache.flink.table.runtime.types.TypeInfoLogicalTypeConverter