Class WindowReference
java.lang.Object
org.apache.flink.table.runtime.groupwindow.WindowReference
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWindowReference(String name, org.apache.flink.table.types.logical.LogicalType type) Deprecated. -
Method Summary
-
Field Details
-
name
Deprecated. -
type
@Nullable public final org.apache.flink.table.types.logical.LogicalType typeDeprecated.
-
-
Constructor Details
-
WindowReference
public WindowReference(String name, @Nullable org.apache.flink.table.types.logical.LogicalType type) Deprecated.
-
-
Method Details