Uses of Class
org.apache.flink.table.catalog.ObjectIdentifier
Packages that use ObjectIdentifier
Package
Description
-
Uses of ObjectIdentifier in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ObjectIdentifierMethods in org.apache.flink.table.catalog with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionstatic UnresolvedIdentifierUnresolvedIdentifier.of(ObjectIdentifier objectIdentifier) Constructs anUnresolvedIdentifierfrom anObjectIdentifier. -
Uses of ObjectIdentifier in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return ObjectIdentifierModifier and TypeMethodDescriptionDynamicTableFactory.Context.getObjectIdentifier()Returns the identifier of the table in theCatalog.FactoryUtil.DefaultDynamicTableContext.getObjectIdentifier()TableSinkFactoryContextImpl.getObjectIdentifier()Deprecated.TableSourceFactoryContextImpl.getObjectIdentifier()Deprecated.Methods in org.apache.flink.table.factories with parameters of type ObjectIdentifierModifier 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 ObjectIdentifierModifierConstructorDescriptionDefaultDynamicTableContext(ObjectIdentifier objectIdentifier, ResolvedCatalogTable catalogTable, Map<String, String> enrichmentOptions, org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader, boolean isTemporary) TableSinkFactoryContextImpl(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 ObjectIdentifier in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions that return ObjectIdentifierModifier and TypeMethodDescriptionstatic ObjectIdentifierFunctionIdentifier.normalizeObjectIdentifier(ObjectIdentifier oi) Normalize an object identifier by only normalizing the function name.Methods in org.apache.flink.table.functions that return types with arguments of type ObjectIdentifierMethods in org.apache.flink.table.functions with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionstatic ObjectIdentifierFunctionIdentifier.normalizeObjectIdentifier(ObjectIdentifier oi) Normalize an object identifier by only normalizing the function name.static FunctionIdentifierFunctionIdentifier.of(ObjectIdentifier oi) -
Uses of ObjectIdentifier in org.apache.flink.table.legacy.factories
Methods in org.apache.flink.table.legacy.factories that return ObjectIdentifierModifier and TypeMethodDescriptionTableSinkFactory.Context.getObjectIdentifier()TableSourceFactory.Context.getObjectIdentifier() -
Uses of ObjectIdentifier in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical that return types with arguments of type ObjectIdentifierMethods in org.apache.flink.table.types.logical with parameters of type ObjectIdentifierModifier and TypeMethodDescriptionstatic DistinctType.BuilderDistinctType.newBuilder(ObjectIdentifier objectIdentifier, LogicalType sourceType) Creates a builder for aDistinctType.static StructuredType.BuilderStructuredType.newBuilder(ObjectIdentifier objectIdentifier) Creates a builder for aStructuredTypethat has been stored in a catalog and is identified by anObjectIdentifier.static StructuredType.BuilderStructuredType.newBuilder(ObjectIdentifier objectIdentifier, Class<?> implementationClass) Creates a builder for aStructuredTypethat has been stored in a catalog and is identified by anObjectIdentifier.Constructors in org.apache.flink.table.types.logical with parameters of type ObjectIdentifierModifierConstructorDescriptionBuilder(ObjectIdentifier objectIdentifier, LogicalType sourceType) Builder(ObjectIdentifier objectIdentifier) Builder(ObjectIdentifier objectIdentifier, Class<?> implementationClass) -
Uses of ObjectIdentifier in org.apache.flink.table.workflow
Methods in org.apache.flink.table.workflow that return ObjectIdentifierConstructors in org.apache.flink.table.workflow with parameters of type ObjectIdentifier