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 boolean
equals(Object o)
Deprecated.String
getName()
Deprecated.Optional<org.apache.flink.table.types.logical.LogicalType>
getType()
Deprecated.String
toString()
Deprecated.
-
-
-
Field Detail
-
name
public final String name
Deprecated.
-
type
@Nullable public final org.apache.flink.table.types.logical.LogicalType type
Deprecated.
-
-
Constructor Detail
-
WindowReference
public WindowReference(String name, @Nullable org.apache.flink.table.types.logical.LogicalType type)
Deprecated.
-
-