Class ResolvedCatalogMaterializedTable

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

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

Note: This will be converted to ResolvedCatalogTable by framework during planner optimize query phase.