Uses of Class
org.apache.flink.table.catalog.ResolvedCatalogTable
-
Packages that use ResolvedCatalogTable Package Description org.apache.flink.table.catalog org.apache.flink.table.factories -
-
Uses of ResolvedCatalogTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ResolvedCatalogTable Modifier and Type Method Description ResolvedCatalogTableResolvedCatalogTable. copy(Map<String,String> options)ResolvedCatalogTableResolvedCatalogMaterializedTable. toResolvedCatalogTable()Convert this object to aResolvedCatalogTableobject for planner optimize query.Methods in org.apache.flink.table.catalog with parameters of type ResolvedCatalogTable Modifier and Type Method Description static Map<String,String>CatalogPropertiesUtil. serializeCatalogTable(ResolvedCatalogTable resolvedTable, SqlFactory sqlFactory)Serializes the givenResolvedCatalogTableinto a map of string properties. -
Uses of ResolvedCatalogTable in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return ResolvedCatalogTable Modifier and Type Method Description ResolvedCatalogTableDynamicTableFactory.Context. getCatalogTable()Returns the resolved table information received from theCatalogor persisted plan.ResolvedCatalogTableFactoryUtil.DefaultDynamicTableContext. getCatalogTable()Methods in org.apache.flink.table.factories with parameters of type ResolvedCatalogTable Modifier and Type Method Description static DynamicTableSinkFactoryUtil. createDynamicTableSink(DynamicTableSinkFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Creates aDynamicTableSinkfrom aCatalogTable.static DynamicTableSourceFactoryUtil. createDynamicTableSource(DynamicTableSourceFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)Creates aDynamicTableSourcefrom aCatalogTable.Constructors in org.apache.flink.table.factories with parameters of type ResolvedCatalogTable Constructor Description DefaultDynamicTableContext(ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String,String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)
-