Uses of Interface
org.apache.flink.table.catalog.CatalogTable
Packages that use CatalogTable
-
Uses of CatalogTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return CatalogTableModifier and TypeMethodDescriptionTableDescriptor.toCatalogTable()Converts this descriptor into aCatalogTable. -
Uses of CatalogTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return CatalogTableModifier and TypeMethodDescriptionCatalogTable.Builder.build()Returns a copy of thisCatalogTablewith given table optionsoptions.static CatalogTableCatalogTable.fromProperties(Map<String, String> properties) Creates an instance ofCatalogTablefrom a map of string properties that were previously created withResolvedCatalogTable.toProperties(SqlFactory).