Package org.apache.flink.table.runtime.operators.window.tvf.combines
-
Interface Summary Interface Description RecordsCombiner TheRecordsCombineris used to combine buffered records into state.RecordsCombiner.Factory A factory that creates aRecordsCombiner.RecordsCombiner.LocalFactory A factory that creates aRecordsCombinerused for combining at local stage.