| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
ObjectIdentifier.of(String catalogName,
String databaseName,
String objectName) |
| Modifier and Type | Method and Description |
|---|---|
static UnresolvedIdentifier |
UnresolvedIdentifier.of(ObjectIdentifier objectIdentifier)
Constructs an
UnresolvedIdentifier from an ObjectIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier |
TableSinkFactoryContextImpl.getObjectIdentifier()
Deprecated.
|
ObjectIdentifier |
TableSinkFactory.Context.getObjectIdentifier() |
ObjectIdentifier |
DynamicTableFactory.Context.getObjectIdentifier()
Returns the identifier of the table in the
Catalog. |
ObjectIdentifier |
TableSourceFactoryContextImpl.getObjectIdentifier()
Deprecated.
|
ObjectIdentifier |
FactoryUtil.DefaultDynamicTableContext.getObjectIdentifier() |
ObjectIdentifier |
TableSourceFactory.Context.getObjectIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static DynamicTableSink |
FactoryUtil.createDynamicTableSink(DynamicTableSinkFactory preferredFactory,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
Map<String,String> enrichmentOptions,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
Creates a
DynamicTableSink from a CatalogTable. |
static DynamicTableSink |
FactoryUtil.createDynamicTableSink(DynamicTableSinkFactory preferredFactory,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
|
static DynamicTableSource |
FactoryUtil.createDynamicTableSource(DynamicTableSourceFactory preferredFactory,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
Map<String,String> enrichmentOptions,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
Creates a
DynamicTableSource from a CatalogTable. |
static DynamicTableSource |
FactoryUtil.createDynamicTableSource(DynamicTableSourceFactory preferredFactory,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
|
static DynamicTableSink |
FactoryUtil.createTableSink(Catalog catalog,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
|
static DynamicTableSource |
FactoryUtil.createTableSource(Catalog catalog,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
|
| Constructor and Description |
|---|
DefaultDynamicTableContext(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
FunctionIdentifier.normalizeObjectIdentifier(ObjectIdentifier oi)
Normalize an object identifier by only normalizing the function name.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectIdentifier> |
FunctionIdentifier.getIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentifier |
FunctionIdentifier.normalizeObjectIdentifier(ObjectIdentifier oi)
Normalize an object identifier by only normalizing the function name.
|
static FunctionIdentifier |
FunctionIdentifier.of(ObjectIdentifier oi) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ObjectIdentifier> |
UserDefinedType.getObjectIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
static StructuredType.Builder |
StructuredType.newBuilder(ObjectIdentifier objectIdentifier)
Creates a builder for a
StructuredType that has been stored in a catalog and is
identified by an ObjectIdentifier. |
static StructuredType.Builder |
StructuredType.newBuilder(ObjectIdentifier objectIdentifier,
Class<?> implementationClass)
Creates a builder for a
StructuredType that has been stored in a catalog and is
identified by an ObjectIdentifier. |
static DistinctType.Builder |
DistinctType.newBuilder(ObjectIdentifier objectIdentifier,
LogicalType sourceType)
Creates a builder for a
DistinctType. |
| Constructor and Description |
|---|
Builder(ObjectIdentifier objectIdentifier) |
Builder(ObjectIdentifier objectIdentifier,
Class<?> implementationClass) |
Builder(ObjectIdentifier objectIdentifier,
LogicalType sourceType) |
| Modifier and Type | Method and Description |
|---|---|
ObjectIdentifier |
CreatePeriodicRefreshWorkflow.getMaterializedTableIdentifier() |
| Constructor and Description |
|---|
CreatePeriodicRefreshWorkflow(ObjectIdentifier materializedTableIdentifier,
String descriptionStatement,
String cronExpression,
Map<String,String> initConfig,
Map<String,String> executionConfig,
String restEndpointUrl) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.