public static interface DynamicTableFactory.Context
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogTable |
getCatalogTable()
Returns table information received from the
Catalog. |
ClassLoader |
getClassLoader()
Returns the class loader of the current session.
|
org.apache.flink.configuration.ReadableConfig |
getConfiguration()
Gives read-only access to the configuration of the current session.
|
ObjectIdentifier |
getObjectIdentifier()
Returns the identifier of the table in the
Catalog. |
boolean |
isTemporary()
Whether the table is temporary.
|
ObjectIdentifier getObjectIdentifier()
Catalog.CatalogTable getCatalogTable()
Catalog.org.apache.flink.configuration.ReadableConfig getConfiguration()
ClassLoader getClassLoader()
The class loader is in particular useful for discovering further (nested) factories.
boolean isTemporary()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.