Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.slicing.SliceUnsharedAssigner
Packages that use SliceUnsharedAssigner
Package
Description
-
Uses of SliceUnsharedAssigner in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors
Constructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.processors with parameters of type SliceUnsharedAssignerModifierConstructorDescriptionAsyncStateSliceUnsharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, AsyncStateWindowBuffer.Factory windowBufferFactory, SliceUnsharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) -
Uses of SliceUnsharedAssigner in org.apache.flink.table.runtime.operators.aggregate.window.processors
Constructors in org.apache.flink.table.runtime.operators.aggregate.window.processors with parameters of type SliceUnsharedAssignerModifierConstructorDescriptionSliceUnsharedSyncStateWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory windowBufferFactory, SliceUnsharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, ZoneId shiftTimeZone) -
Uses of SliceUnsharedAssigner in org.apache.flink.table.runtime.operators.window.tvf.slicing
Classes in org.apache.flink.table.runtime.operators.window.tvf.slicing that implement SliceUnsharedAssignerModifier and TypeClassDescriptionstatic final classTheSliceAssignerfor elements have been attached slice end timestamp, but the slices are not shared, i.e. the assigned slice is equal to the final window.static final classTheSliceAssignerfor tumbling windows.static final classTheSliceAssignerfor elements have been attached window start and end timestamps.