Interface AppendStreamTableSink<T>
- Type Parameters:
T- Type ofDataStreamthat thisTableSinkexpects and supports.
- All Superinterfaces:
StreamTableSink<T>,org.apache.flink.table.legacy.sinks.TableSink<T>
- All Known Implementing Classes:
CsvTableSink
Deprecated.
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
consumeDataStreamMethods inherited from interface org.apache.flink.table.legacy.sinks.TableSink
configure, getConsumedDataType, getFieldNames, getFieldTypes, getOutputType, getTableSchema
DynamicTableSink. The new interface consumes internal data structures. See FLIP-95 for more information.