public interface CatalogBaseTable
| 限定符和类型 | 方法和说明 |
|---|---|
CatalogBaseTable |
copy()
Get a deep copy of the CatalogBaseTable instance.
|
String |
getComment()
Get comment of the table or view.
|
Optional<String> |
getDescription()
Get a brief description of the table or view.
|
Optional<String> |
getDetailedDescription()
Get a detailed description of the table or view.
|
default Map<String,String> |
getOptions()
Returns a map of string-based options.
|
Map<String,String> |
getProperties()
已过时。
Use
getOptions(). |
TableSchema |
getSchema()
Get the schema of the table.
|
@Deprecated Map<String,String> getProperties()
getOptions().default Map<String,String> getOptions()
In case of CatalogTable, these options may determine the kind of connector and its
configuration for accessing the data in the external system. See DynamicTableFactory
for more information.
TableSchema getSchema()
String getComment()
CatalogBaseTable copy()
Optional<String> getDescription()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.