Class InsensitiveOverFrame

java.lang.Object
org.apache.flink.table.runtime.operators.over.frame.InsensitiveOverFrame
All Implemented Interfaces:
Serializable, OverWindowFrame

public class InsensitiveOverFrame extends Object implements OverWindowFrame
The insensitive window frame calculates the statements which shouldn't care the window frame, for example RANK/DENSE_RANK/PERCENT_RANK/NTILE/ROW_NUMBER.
See Also: