Package org.apache.flink.table.runtime.operators.over
package org.apache.flink.table.runtime.operators.over
-
ClassesClassDescriptionA basic implementation to support unbounded event-time over-window.the operator for OVER window need cache data by ResettableExternalBuffer for
OverWindowFrame.The operator for OVER window don't need cache data.Process Function used for the aggregate in bounded proc-time OVER window.Process Function for ROW clause processing-time bounded OVER window.Process Function for processing-time unbounded OVER window.Process Function for RANGE clause event-time bounded OVER window.A ProcessFunction to support unbounded RANGE window.Process Function for ROWS clause event-time bounded OVER window.A ProcessFunction to support unbounded ROWS window.