@Internal
public interface RecordsCombiner
RecordsCombiner is used to combine buffered records into state.| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
RecordsCombiner.Factory
A factory that creates a
RecordsCombiner. |
static interface |
RecordsCombiner.LocalFactory
A factory that creates a
RecordsCombiner used for combining at local stage. |
void combine(WindowKey windowKey, Iterator<org.apache.flink.table.data.RowData> records) throws Exception
windowKey - the window-key pair that the buffered data belong to, the window-key object
is reused.records - the buffered data, the iterator and RowData objects are reused.ExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.