@PublicEvolving
public static interface TableSourceFactory.Context
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.configuration.ReadableConfig |
getConfiguration() |
ObjectIdentifier |
getObjectIdentifier() |
CatalogTable |
getTable() |
boolean |
isTemporary()
Whether the table is temporary.
|
ObjectIdentifier getObjectIdentifier()
CatalogTable.CatalogTable getTable()
CatalogTable instance.org.apache.flink.configuration.ReadableConfig getConfiguration()
TableConfig#getConfiguration() which holds the current TableEnvironment session configurations.boolean isTemporary()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.