Uses of Interface
org.apache.flink.table.catalog.CatalogTable
Packages that use CatalogTable
Package
Description
-
Uses of CatalogTable in org.apache.flink.table.catalog
Classes in org.apache.flink.table.catalog that implement CatalogTableModifier and TypeClassDescriptionclassDefault implementation of aCatalogTable.final classA validatedCatalogTablethat is backed by the original metadata coming from theCatalogbut resolved by the framework.Methods in org.apache.flink.table.catalog that return CatalogTableModifier and TypeMethodDescriptionCatalogTable.Builder.build()Returns a copy of thisCatalogTablewith given table optionsoptions.static CatalogTableCatalogPropertiesUtil.deserializeCatalogTable(Map<String, String> properties) Deserializes the given map of string properties into an unresolvedCatalogTable.static CatalogTableCatalogPropertiesUtil.deserializeCatalogTable(Map<String, String> properties, String fallbackKey) Deserializes the given map of string properties into an unresolvedCatalogTable.static CatalogTableCatalogTable.fromProperties(Map<String, String> properties) Creates an instance ofCatalogTablefrom a map of string properties that were previously created withResolvedCatalogTable.toProperties().ResolvedCatalogTable.getOrigin()Constructors in org.apache.flink.table.catalog with parameters of type CatalogTableModifierConstructorDescriptionResolvedCatalogTable(CatalogTable origin, ResolvedSchema resolvedSchema) -
Uses of CatalogTable in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return CatalogTableModifier and TypeMethodDescriptionTableSinkFactoryContextImpl.getTable()Deprecated.TableSourceFactoryContextImpl.getTable()Deprecated.Constructors in org.apache.flink.table.factories with parameters of type CatalogTableModifierConstructorDescriptionTableSinkFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isBounded, boolean isTemporary) Deprecated.TableSourceFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isTemporary) Deprecated. -
Uses of CatalogTable in org.apache.flink.table.legacy.factories
Methods in org.apache.flink.table.legacy.factories that return CatalogTableModifier and TypeMethodDescriptionTableSinkFactory.Context.getTable()TableSourceFactory.Context.getTable()Methods in org.apache.flink.table.legacy.factories with parameters of type CatalogTableModifier and TypeMethodDescriptionTableSinkFactory.createTableSink(ObjectPath tablePath, CatalogTable table) Deprecated.default TableSource<T>TableSourceFactory.createTableSource(ObjectPath tablePath, CatalogTable table) Deprecated.TableSourceFactory.Contextcontains more information, and already contains table schema too.
TableSinkFactory.Contextcontains more information, and already contains table schema too.