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> options,
String comment) |
AbstractCatalogTable(org.apache.flink.table.api.TableSchema tableSchema,
Map<String,String> options,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
Map<String,String> |
getOptions() |
List<String> |
getPartitionKeys() |
org.apache.flink.table.api.TableSchema |
getSchema() |
boolean |
isPartitioned() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractCatalogTable(org.apache.flink.table.api.TableSchema tableSchema, Map<String,String> options, String comment)
public boolean isPartitioned()
isPartitioned
in interface org.apache.flink.table.catalog.CatalogTable
public List<String> getPartitionKeys()
getPartitionKeys
in interface org.apache.flink.table.catalog.CatalogTable
public Map<String,String> getOptions()
getOptions
in interface org.apache.flink.table.catalog.CatalogBaseTable
public org.apache.flink.table.api.TableSchema getSchema()
getSchema
in interface org.apache.flink.table.catalog.CatalogBaseTable
public String getComment()
getComment
in interface org.apache.flink.table.catalog.CatalogBaseTable
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.