Package org.apache.flink.table.runtime.operators.window.tvf.unslicing
package org.apache.flink.table.runtime.operators.window.tvf.unslicing
-
ClassDescriptionUnsliceAssigner<W extends Window>A
UnsliceAssignerassigns each element into a single window and not divides the window into finite number of non-overlapping slice.Utilities to createUnsliceAssigners.TheUnsliceAssignerfor session windows.TheUnsliceAssignerfor elements have been merged into unslicing windows and attached window start and end timestamps.TheUnslicingSyncStateWindowProcessoris an optimized processing for unaligned windows.AWindowTimerServicefor unslicing window.