Uses of Package
org.apache.flink.table.runtime.operators.window.tvf.slicing
-
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.aggregate.window Class Description SliceAssigner ASliceAssignerassigns element into a single slice. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.aggregate.window.processors Class Description SliceAssigner ASliceAssignerassigns element into a single slice.SliceSharedAssigner ASliceAssignerwhich shares slices for windows, which means a window is divided into multiple slices and need to merge the slices into windows when emitting windows.SliceUnsharedAssigner ASliceAssignerwhich doesn't share slices for windows, which means a window is divided into only one slice and doesn't need to merge the slices when emitting windows.SlicingWindowProcessor TheSlicingWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.deduplicate.window.processors Class Description SlicingWindowProcessor TheSlicingWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.rank.window.processors Class Description SlicingWindowProcessor TheSlicingWindowProcessoris an optimized processing for aligned windows which can apply the slicing optimization. -
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing used by org.apache.flink.table.runtime.operators.window.tvf.slicing Class Description SliceAssigner ASliceAssignerassigns element into a single slice.SliceAssigners.CumulativeSliceAssigner TheSliceAssignerfor cumulative windows.SliceAssigners.HoppingSliceAssigner TheSliceAssignerfor hopping windows.SliceAssigners.TumblingSliceAssigner TheSliceAssignerfor tumbling windows.SliceAssigners.WindowedSliceAssigner TheSliceAssignerfor elements have been attached window start and end timestamps.SliceSharedAssigner ASliceAssignerwhich shares slices for windows, which means a window is divided into multiple slices and need to merge the slices into windows when emitting windows.SliceUnsharedAssigner ASliceAssignerwhich doesn't share slices for windows, which means a window is divided into only one slice and doesn't need to merge the slices when emitting windows.