@Deprecated @Internal public class TableSourceFactoryContextImpl extends Object implements TableSourceFactory.Context
TableSourceFactory.Context.| Constructor and Description |
|---|
TableSourceFactoryContextImpl(ObjectIdentifier identifier,
CatalogTable table,
org.apache.flink.configuration.ReadableConfig config,
boolean isTemporary)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getConfiguration()
Deprecated.
|
ObjectIdentifier |
getObjectIdentifier()
Deprecated.
|
CatalogTable |
getTable()
Deprecated.
|
boolean |
isTemporary()
Deprecated.
Whether the table is temporary.
|
public TableSourceFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isTemporary)
public ObjectIdentifier getObjectIdentifier()
getObjectIdentifier in interface TableSourceFactory.ContextCatalogTable.public CatalogTable getTable()
getTable in interface TableSourceFactory.ContextCatalogTable instance.public org.apache.flink.configuration.ReadableConfig getConfiguration()
getConfiguration in interface TableSourceFactory.ContextTableConfig#getConfiguration() which holds the current TableEnvironment session configurations.public boolean isTemporary()
TableSourceFactory.ContextisTemporary in interface TableSourceFactory.ContextCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.