Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
Packages that use WindowProcessor.Context
Package
Description
-
Uses of WindowProcessor.Context in org.apache.flink.table.runtime.operators.aggregate.window.processors
Classes in org.apache.flink.table.runtime.operators.aggregate.window.processors with type parameters of type WindowProcessor.ContextModifier and TypeClassDescriptionclassWindowAggProcessorBase<W,C extends WindowProcessor.Context<W>> Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as WindowProcessor.Context -
Uses of WindowProcessor.Context in org.apache.flink.table.runtime.operators.window.async.tvf.common
Subinterfaces of WindowProcessor.Context in org.apache.flink.table.runtime.operators.window.async.tvf.commonModifier and TypeInterfaceDescriptionstatic interfaceInformation available in an invocation of methods ofAsyncStateWindowProcessor. -
Uses of WindowProcessor.Context in org.apache.flink.table.runtime.operators.window.tvf.common
Classes in org.apache.flink.table.runtime.operators.window.tvf.common with type parameters of type WindowProcessor.ContextModifier and TypeInterfaceDescriptioninterfaceWindowProcessor<W,C extends WindowProcessor.Context<W>> A base window processor provides common methods used forSyncStateWindowProcessorandAsyncStateWindowProcessor.Subinterfaces of WindowProcessor.Context in org.apache.flink.table.runtime.operators.window.tvf.commonModifier and TypeInterfaceDescriptionstatic interfaceInformation available in an invocation of methods ofSyncStateWindowProcessor.