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