Class AbstractWindowProperty
java.lang.Object
org.apache.flink.table.runtime.groupwindow.AbstractWindowProperty
- All Implemented Interfaces:
WindowProperty
- Direct Known Subclasses:
ProctimeAttribute,RowtimeAttribute,SliceEnd,WindowEnd,WindowStart
@Deprecated
@Internal
public abstract class AbstractWindowProperty
extends Object
implements WindowProperty
Deprecated.
The POJOs in this package are used to represent the deprecated Group Window feature.
Currently, they also used to configure Python operators.
The base class of
WindowProperty.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.protected final WindowReferenceDeprecated. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractWindowProperty(WindowReference reference) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.runtime.groupwindow.WindowProperty
getResultType
-
Field Details
-
FIELD_NAME_REFERENCE
Deprecated.- See Also:
-
reference
Deprecated.
-
-
Constructor Details
-
AbstractWindowProperty
Deprecated.
-
-
Method Details