Uses of Class
org.apache.flink.table.catalog.ResolvedCatalogTable
Packages that use ResolvedCatalogTable
-
Uses of ResolvedCatalogTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ResolvedCatalogTableModifier and TypeMethodDescriptionResolvedCatalogMaterializedTable.toResolvedCatalogTable()Convert this object to aResolvedCatalogTableobject for planner optimize query.Methods in org.apache.flink.table.catalog with parameters of type ResolvedCatalogTableModifier and TypeMethodDescriptionCatalogPropertiesUtil.serializeCatalogTable(ResolvedCatalogTable resolvedTable) 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 ResolvedCatalogTableModifier and TypeMethodDescriptionDynamicTableFactory.Context.getCatalogTable()Returns the resolved table information received from theCatalogor persisted plan.FactoryUtil.DefaultDynamicTableContext.getCatalogTable()Methods in org.apache.flink.table.factories with parameters of type ResolvedCatalogTableModifier and TypeMethodDescriptionstatic 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 ResolvedCatalogTableModifierConstructorDescriptionDefaultDynamicTableContext(ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String, String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)