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.
-
-
Constructor Summary
Constructors Constructor Description WindowReference(String name, org.apache.flink.table.types.logical.LogicalType type)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)Deprecated.StringgetName()Deprecated.Optional<org.apache.flink.table.types.logical.LogicalType>getType()Deprecated.StringtoString()Deprecated.
-