Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.common.WindowProcessor.Context
-
-
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.Context Modifier and Type Class Description classWindowAggProcessorBase<W,C extends WindowProcessor.Context<W>>Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as WindowProcessor.Context Modifier and Type Field Description protected CWindowAggProcessorBase. ctx -
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.common Modifier and Type Interface Description static interfaceAsyncStateWindowProcessor.AsyncStateContext<W>Information 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.Context Modifier and Type Interface Description interfaceWindowProcessor<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.common Modifier and Type Interface Description static interfaceSyncStateWindowProcessor.SyncStateContext<W>Information available in an invocation of methods ofSyncStateWindowProcessor.
-