Uses of Interface
org.apache.flink.table.runtime.operators.over.frame.OverWindowFrame
Packages that use OverWindowFrame
Package
Description
-
Uses of OverWindowFrame in org.apache.flink.table.runtime.operators.over
Constructors in org.apache.flink.table.runtime.operators.over with parameters of type OverWindowFrameModifierConstructorDescriptionBufferDataOverWindowOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<org.apache.flink.table.data.RowData> parameters, OverWindowFrame[] overWindowFrames, GeneratedRecordComparator genComparator, boolean isRowAllInFixedPart) BufferDataOverWindowOperator(OverWindowFrame[] overWindowFrames, GeneratedRecordComparator genComparator, boolean isRowAllInFixedPart) -
Uses of OverWindowFrame in org.apache.flink.table.runtime.operators.over.frame
Classes in org.apache.flink.table.runtime.operators.over.frame that implement OverWindowFrameModifier and TypeClassDescriptionclassThe insensitive window frame calculates the statements which shouldn't care the window frame, for example RANK/DENSE_RANK/PERCENT_RANK/NTILE/ROW_NUMBER.classThe offset window frame calculates frames containing LEAD/LAG statements.classThe range sliding window frame calculates frames with the following SQL form: ...classThe range unboundedFollowing window frame calculates frames with the following SQL form: ...classThe range UnboundPreceding window frame calculates frames with the following SQL form: ...classThe row sliding window frame calculates frames with the following SQL form: ...classThe row unboundedFollowing window frame calculates frames with the following SQL form: ...classThe row UnboundPreceding window frame calculates frames with the following SQL form: ...classThe sliding window frame.classThe UnboundedFollowing window frame.classThe unbounded window frame calculates frames with the following SQL forms: ...classThe UnboundedPreceding window frame.