Class CumulativeWindowSpec
java.lang.Object
org.apache.flink.table.planner.plan.logical.CumulativeWindowSpec
- All Implemented Interfaces:
WindowSpec
Logical representation of a cumulative window specification.
-
Field Details
-
FIELD_NAME_MAX_SIZE
- See Also:
-
FIELD_NAME_STEP
- See Also:
-
FIELD_NAME_OFFSET
- See Also:
-
-
Constructor Details
-
CumulativeWindowSpec
-
-
Method Details
-
toSummaryString
- Specified by:
toSummaryStringin interfaceWindowSpec
-
getMaxSize
-
getStep
-
getOffset
-
equals
-
hashCode
public int hashCode() -
toString
-
isAlignedWindow
public boolean isAlignedWindow()Description copied from interface:WindowSpecReturn true if the window is aligned.See more details about aligned window and unaligned window in
WindowAggOperator.- Specified by:
isAlignedWindowin interfaceWindowSpec
-