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