Class SessionWindowSpec
java.lang.Object
org.apache.flink.table.planner.plan.logical.SessionWindowSpec
- All Implemented Interfaces:
WindowSpec
Logical representation of a session window specification.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FIELD_NAME_GAP
- See Also:
-
FIELD_NAME_PARTITION_KEYS
- See Also:
-
-
Constructor Details
-
SessionWindowSpec
-
-
Method Details
-
toSummaryString
- Specified by:
toSummaryStringin interfaceWindowSpec
-
getGap
-
getPartitionKeyIndices
public int[] getPartitionKeyIndices() -
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
-