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)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 DynamicTableSinkFactoryUtil. createDynamicTableSink(DynamicTableSinkFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)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.static DynamicTableSourceFactoryUtil. createDynamicTableSource(DynamicTableSourceFactory preferredFactory, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSinkFactoryUtil. createTableSink(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)static DynamicTableSourceFactoryUtil. createTableSource(Catalog catalog, ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary)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)
-