Class CopyingOneInputStreamOperatorOutput

All Implemented Interfaces:
org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData>>, org.apache.flink.util.Collector<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<org.apache.flink.table.data.RowData>>

public class CopyingOneInputStreamOperatorOutput extends OneInputStreamOperatorOutput
An Output that can be used to emit copying elements and other messages for OneInputStreamOperator.
  • Constructor Details

    • CopyingOneInputStreamOperatorOutput

      public CopyingOneInputStreamOperatorOutput(org.apache.flink.streaming.api.operators.OneInputStreamOperator<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData> operator, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> serializer)
  • Method Details