Class WindowKey
java.lang.Object
org.apache.flink.table.runtime.util.WindowKey
The
WindowKey structure represents a combination of key and window. This is mainly used
in the mini-batch window operators and window is identified by window end timestamp.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WindowKey
public WindowKey(long window, org.apache.flink.table.data.RowData key)
-
-
Method Details