Uses of Interface
org.apache.flink.table.runtime.operators.window.async.tvf.combines.AsyncStateRecordsCombiner.Factory
-
-
Uses of AsyncStateRecordsCombiner.Factory in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers
Constructors in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.buffers with parameters of type AsyncStateRecordsCombiner.Factory Constructor Description Factory(PagedTypeSerializer<org.apache.flink.table.data.RowData> keySer, AbstractRowDataSerializer<org.apache.flink.table.data.RowData> inputSer, AsyncStateRecordsCombiner.Factory combinerFactory, GeneratedRecordEqualiser generatedKeyEqualiser) -
Uses of AsyncStateRecordsCombiner.Factory in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines
Classes in org.apache.flink.table.runtime.operators.aggregate.asyncwindow.combines that implement AsyncStateRecordsCombiner.Factory Modifier and Type Class Description static classAsyncStateAggCombiner.FactoryFactory to createAsyncStateAggCombiner.
-