Interface TableLoader

All Superinterfaces:
AutoCloseable, Cloneable, Closeable, Serializable
All Known Implementing Classes:
TableLoader.CatalogTableLoader, TableLoader.HadoopTableLoader

public interface TableLoader extends Closeable, Serializable, Cloneable
Serializable loader to load an Iceberg Table. Flink needs to get Table objects in the cluster (for example, to get splits), not just on the client side. So we need an Iceberg table loader to get the Table object.