Class WindowEnd
- java.lang.Object
-
- org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
-
- org.apache.flink.table.runtime.groupwindow.WindowEnd
-
- All Implemented Interfaces:
WindowProperty
@Deprecated @Internal public class WindowEnd extends AbstractWindowProperty
Deprecated.The POJOs in this package are used to represent the deprecated Group Window feature. Currently, they also used to configure Python operators.Window end property.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
FIELD_NAME_REFERENCE, reference
-
-
Constructor Summary
Constructors Constructor Description WindowEnd(WindowReference reference)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LogicalType
getResultType()
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
WindowEnd
public WindowEnd(WindowReference reference)
Deprecated.
-
-
Method Detail
-
getResultType
public LogicalType getResultType()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classAbstractWindowProperty
-
-