Interface AppendStreamTableSink<T>

Type Parameters:
T - Type of DataStream that this TableSink expects and supports.
All Superinterfaces:
StreamTableSink<T>, org.apache.flink.table.legacy.sinks.TableSink<T>
All Known Implementing Classes:
CsvTableSink

@Deprecated @Internal public interface AppendStreamTableSink<T> extends StreamTableSink<T>
Deprecated.
This interface has been replaced by DynamicTableSink. The new interface consumes internal data structures. See FLIP-95 for more information.
Defines an external TableSink to emit streaming Table with only insert changes.

If the Table is also modified by update or delete changes, a TableException will be thrown.

  • Method Summary

    Methods inherited from interface org.apache.flink.legacy.table.sinks.StreamTableSink

    consumeDataStream

    Methods inherited from interface org.apache.flink.table.legacy.sinks.TableSink

    configure, getConsumedDataType, getFieldNames, getFieldTypes, getOutputType, getTableSchema