Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.combines.RecordsCombiner.Factory
Packages that use RecordsCombiner.Factory
Package
Description
-
Uses of RecordsCombiner.Factory in org.apache.flink.table.runtime.operators.aggregate.window.buffers
Constructors in org.apache.flink.table.runtime.operators.aggregate.window.buffers with parameters of type RecordsCombiner.FactoryModifierConstructorDescriptionFactory(PagedTypeSerializer<org.apache.flink.table.data.RowData> keySer, AbstractRowDataSerializer<org.apache.flink.table.data.RowData> inputSer, RecordsCombiner.Factory combinerFactory) -
Uses of RecordsCombiner.Factory in org.apache.flink.table.runtime.operators.aggregate.window.combines
Classes in org.apache.flink.table.runtime.operators.aggregate.window.combines that implement RecordsCombiner.FactoryModifier and TypeClassDescriptionstatic final classFactory to createAggCombiner.static final classFactory to createGlobalAggCombiner. -
Uses of RecordsCombiner.Factory in org.apache.flink.table.runtime.operators.deduplicate.window.combines
Classes in org.apache.flink.table.runtime.operators.deduplicate.window.combines that implement RecordsCombiner.FactoryModifier and TypeClassDescriptionstatic final classFactory to createRowTimeDeduplicateRecordsCombiner. -
Uses of RecordsCombiner.Factory in org.apache.flink.table.runtime.operators.rank.window.combines
Classes in org.apache.flink.table.runtime.operators.rank.window.combines that implement RecordsCombiner.Factory