@Internal public class TableSourceFactoryContextImpl extends Object implements TableSourceFactory.Context
TableSourceFactory.Context
.Constructor and Description |
---|
TableSourceFactoryContextImpl(ObjectIdentifier identifier,
CatalogTable table,
ReadableConfig config) |
Modifier and Type | Method and Description |
---|---|
ReadableConfig |
getConfiguration() |
ObjectIdentifier |
getObjectIdentifier() |
CatalogTable |
getTable() |
public TableSourceFactoryContextImpl(ObjectIdentifier identifier, CatalogTable table, ReadableConfig config)
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.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.