Class ResolvedCatalogTable

java.lang.Object
org.apache.flink.table.catalog.ResolvedCatalogTable
All Implemented Interfaces:
CatalogBaseTable, CatalogTable, ResolvedCatalogBaseTable<CatalogTable>

@PublicEvolving public final class ResolvedCatalogTable extends Object implements ResolvedCatalogBaseTable<CatalogTable>, CatalogTable
A validated CatalogTable that is backed by the original metadata coming from the Catalog but resolved by the framework.

Note: Compared to CatalogTable, instances of this class are serializable for persistence if and only if the originating CatalogTable implements CatalogBaseTable.getOptions(). Catalog implementations are encouraged to use toProperties().