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
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as WindowProcessor.Context Modifier and Type Field Description protected WindowProcessor.Context<W>AbstractWindowAggProcessor. ctxMethods in org.apache.flink.table.runtime.operators.aggregate.window.processors with parameters of type WindowProcessor.Context Modifier and Type Method Description voidAbstractSliceWindowAggProcessor. open(WindowProcessor.Context<Long> context)voidAbstractWindowAggProcessor. open(WindowProcessor.Context<W> context)voidUnsliceWindowAggProcessor. open(WindowProcessor.Context<TimeWindow> context) -
Uses of WindowProcessor.Context in org.apache.flink.table.runtime.operators.deduplicate.window.processors
Methods in org.apache.flink.table.runtime.operators.deduplicate.window.processors with parameters of type WindowProcessor.Context Modifier and Type Method Description voidRowTimeWindowDeduplicateProcessor. open(WindowProcessor.Context<Long> context) -
Uses of WindowProcessor.Context in org.apache.flink.table.runtime.operators.rank.window.processors
Methods in org.apache.flink.table.runtime.operators.rank.window.processors with parameters of type WindowProcessor.Context Modifier and Type Method Description voidWindowRankProcessor. open(WindowProcessor.Context<Long> context) -
Uses of WindowProcessor.Context in org.apache.flink.table.runtime.operators.window.tvf.common
Methods in org.apache.flink.table.runtime.operators.window.tvf.common with parameters of type WindowProcessor.Context Modifier and Type Method Description voidWindowProcessor. open(WindowProcessor.Context<W> context)Initialization method for the function.
-