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.
consumeDataStream
configure, getConsumedDataType, getFieldNames, getFieldTypes, getOutputType, getTableSchema
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.