Uses of Interface
org.apache.flink.table.catalog.CatalogView
-
Packages that use CatalogView Package Description org.apache.flink.table.catalog -
-
Uses of CatalogView in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogView Modifier and Type Class Description classResolvedCatalogViewA validatedCatalogViewthat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return CatalogView Modifier and Type Method Description CatalogViewResolvedCatalogView. getOrigin()static CatalogViewCatalogView. of(Schema schema, String comment, String originalQuery, String expandedQuery, Map<String,String> options)Creates a basic implementation of this interface.Constructors in org.apache.flink.table.catalog with parameters of type CatalogView Constructor Description ResolvedCatalogView(CatalogView origin, ResolvedSchema resolvedSchema)
-