T - Type of DataStream that this TableSink expects and supports.DynamicTableSink. The new interface
consumes internal data structures. See FLIP-95 for more information.@Deprecated @PublicEvolving public interface AppendStreamTableSink<T> extends StreamTableSink<T>
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.
consumeDataStreamCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.