Interface TableSourceExternalContext

All Superinterfaces:
AutoCloseable, ExternalContext

@Experimental public interface TableSourceExternalContext extends ExternalContext
External context for table sources.

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