public abstract class AbstractCatalogTable extends Object implements org.apache.flink.table.catalog.CatalogTable
| Constructor and Description |
|---|
AbstractCatalogTable(org.apache.flink.table.api.TableSchema tableSchema,
List<String> partitionKeys,
Map<String,String> properties,
String comment) |
AbstractCatalogTable(org.apache.flink.table.api.TableSchema tableSchema,
Map<String,String> properties,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
List<String> |
getPartitionKeys() |
Map<String,String> |
getProperties() |
org.apache.flink.table.api.TableSchema |
getSchema() |
boolean |
isPartitioned() |
public AbstractCatalogTable(org.apache.flink.table.api.TableSchema tableSchema,
Map<String,String> properties,
String comment)
public boolean isPartitioned()
isPartitioned in interface org.apache.flink.table.catalog.CatalogTablepublic List<String> getPartitionKeys()
getPartitionKeys in interface org.apache.flink.table.catalog.CatalogTablepublic Map<String,String> getProperties()
getProperties in interface org.apache.flink.table.catalog.CatalogBaseTablepublic org.apache.flink.table.api.TableSchema getSchema()
getSchema in interface org.apache.flink.table.catalog.CatalogBaseTablepublic String getComment()
getComment in interface org.apache.flink.table.catalog.CatalogBaseTableCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.