Package org.apache.flink.table.runtime.operators.window.tvf.common
package org.apache.flink.table.runtime.operators.window.tvf.common
-
ClassDescriptionA clock service which can get current processing time.A processor that processes elements for windows.Information available in an invocation of methods of
SyncStateWindowProcessor.WindowAggOperator<K,W> We divide windows into 2 categories: Aligned Windows and Unaligned Windows.WindowAssigner is used to assign windows to elements.WindowProcessor<W,C extends WindowProcessor.Context<W>> A base window processor provides common methods used forSyncStateWindowProcessorandAsyncStateWindowProcessor.Information available in an invocation of methods ofWindowProcessor.Interface for working with window time and timers which considers timezone for window splitting.A base implement ofWindowTimerService.