Uses of Interface
org.apache.flink.table.runtime.operators.window.tvf.combines.RecordsCombiner.Factory
-
-
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.Factory Constructor Description Factory(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.Factory Modifier and Type Class Description static classAggCombiner.FactoryFactory to createAggCombiner.static classGlobalAggCombiner.FactoryFactory 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.Factory Modifier and Type Class Description static classRowTimeDeduplicateRecordsCombiner.FactoryFactory 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 Modifier and Type Class Description static classTopNRecordsCombiner.FactoryFactory to createTopNRecordsCombiner.
-