@Internal public class TableSourceFactoryContextImpl extends Object implements TableSourceFactory.Context
TableSourceFactory.Context.| 构造器和说明 |
|---|
TableSourceFactoryContextImpl(ObjectIdentifier identifier,
CatalogTable table,
org.apache.flink.configuration.ReadableConfig config,
boolean isTemporary) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getConfiguration() |
ObjectIdentifier |
getObjectIdentifier() |
CatalogTable |
getTable() |
boolean |
isTemporary()
Whether the table is temporary.
|
public TableSourceFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, org.apache.flink.configuration.ReadableConfig config, boolean isTemporary)
public ObjectIdentifier getObjectIdentifier()
getObjectIdentifier 在接口中 TableSourceFactory.ContextCatalogTable.public CatalogTable getTable()
getTable 在接口中 TableSourceFactory.ContextCatalogTable instance.public org.apache.flink.configuration.ReadableConfig getConfiguration()
getConfiguration 在接口中 TableSourceFactory.ContextTableConfig#getConfiguration() which holds the current TableEnvironment session configurations.public boolean isTemporary()
TableSourceFactory.ContextisTemporary 在接口中 TableSourceFactory.ContextCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.