Interface TableSinkExternalContext

All Superinterfaces:
AutoCloseable, ExternalContext

@Experimental public interface TableSinkExternalContext extends ExternalContext
External context for table sinks.

Comparing with DataStreamSinkExternalContext, the data type of this external context is fixed as RowData to test functionality of table source.