Uses of Interface
org.apache.flink.table.catalog.ResolvedCatalogBaseTable
-
Packages that use ResolvedCatalogBaseTable Package Description org.apache.flink.table.catalog -
-
Uses of ResolvedCatalogBaseTable in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement ResolvedCatalogBaseTable Modifier and Type Class Description classResolvedCatalogMaterializedTableA validatedCatalogMaterializedTablethat is backed by the original metadata coming from theCatalogbut resolved by the framework.classResolvedCatalogTableA validatedCatalogTablethat is backed by the original metadata coming from theCatalogbut resolved by the framework.classResolvedCatalogViewA validatedCatalogViewthat is backed by the original metadata coming from theCatalogbut resolved by the framework.
-