public class CatalogTableImpl extends AbstractCatalogTable
| Constructor and Description |
|---|
CatalogTableImpl(org.apache.flink.table.api.TableSchema tableSchema,
List<String> partitionKeys,
Map<String,String> properties,
String comment) |
CatalogTableImpl(org.apache.flink.table.api.TableSchema tableSchema,
Map<String,String> properties,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.catalog.CatalogBaseTable |
copy() |
Optional<String> |
getDescription() |
Optional<String> |
getDetailedDescription() |
Map<String,String> |
toProperties() |
getComment, getPartitionKeys, getProperties, getSchema, isPartitionedCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.