Uses of Interface
org.apache.flink.table.runtime.operators.aggregate.window.buffers.WindowBuffer.Factory
-
-
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.aggregate.window.buffers
Classes in org.apache.flink.table.runtime.operators.aggregate.window.buffers that implement WindowBuffer.Factory Modifier and Type Class Description static classRecordsWindowBuffer.FactoryFactory to createRecordsWindowBufferwithRecordsCombiner.Factory. -
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.aggregate.window.processors
Fields in org.apache.flink.table.runtime.operators.aggregate.window.processors declared as WindowBuffer.Factory Modifier and Type Field Description protected WindowBuffer.FactoryAbstractSliceWindowAggProcessor. windowBufferFactoryConstructors in org.apache.flink.table.runtime.operators.aggregate.window.processors with parameters of type WindowBuffer.Factory Constructor Description AbstractSliceWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory bufferFactory, SliceAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, java.time.ZoneId shiftTimeZone)SliceSharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory bufferFactory, SliceSharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, java.time.ZoneId shiftTimeZone)SliceUnsharedWindowAggProcessor(GeneratedNamespaceAggsHandleFunction<Long> genAggsHandler, WindowBuffer.Factory windowBufferFactory, SliceUnsharedAssigner sliceAssigner, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> accSerializer, int indexOfCountStar, java.time.ZoneId shiftTimeZone) -
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.deduplicate.window.processors
Constructors in org.apache.flink.table.runtime.operators.deduplicate.window.processors with parameters of type WindowBuffer.Factory Constructor Description RowTimeWindowDeduplicateProcessor(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, WindowBuffer.Factory bufferFactory, int windowEndIndex, java.time.ZoneId shiftTimeZone) -
Uses of WindowBuffer.Factory in org.apache.flink.table.runtime.operators.rank.window.processors
Constructors in org.apache.flink.table.runtime.operators.rank.window.processors with parameters of type WindowBuffer.Factory Constructor Description WindowRankProcessor(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> inputSerializer, GeneratedRecordComparator genSortKeyComparator, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> sortKeySerializer, WindowBuffer.Factory bufferFactory, long rankStart, long rankEnd, boolean outputRankNumber, int windowEndIndex, java.time.ZoneId shiftTimeZone)
-