Class ResolvedCatalogView

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

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