Uses of Package
org.apache.flink.table.runtime.operators.window.tvf.unslicing
Packages that use org.apache.flink.table.runtime.operators.window.tvf.unslicing
Package
Description
-
Classes in org.apache.flink.table.runtime.operators.window.tvf.unslicing used by org.apache.flink.table.runtime.operators.aggregate.window.processorsClassDescriptionA
UnsliceAssignerassigns each element into a single window and not divides the window into finite number of non-overlapping slice.TheUnslicingSyncStateWindowProcessoris an optimized processing for unaligned windows. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.unslicing used by org.apache.flink.table.runtime.operators.window.tvf.unslicingClassDescriptionA
UnsliceAssignerassigns each element into a single window and not divides the window into finite number of non-overlapping slice.TheUnsliceAssignerfor session windows.TheUnsliceAssignerfor elements have been merged into unslicing windows and attached window start and end timestamps.