Uses of Interface
org.apache.flink.table.catalog.CatalogView
Packages that use CatalogView
-
Uses of CatalogView in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogViewModifier and TypeClassDescriptionfinal classA validatedCatalogViewthat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return CatalogViewModifier and TypeMethodDescriptionResolvedCatalogView.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 CatalogViewModifierConstructorDescriptionResolvedCatalogView(CatalogView origin, ResolvedSchema resolvedSchema)