@Internal public final class ExternalCatalogTable extends Object implements org.apache.flink.table.catalog.CatalogTable
CatalogTable
for representing a table that is backed by some inline connector
(i.e. DataStream
or TableResult.collect()
).Constructor and Description |
---|
ExternalCatalogTable(org.apache.flink.table.api.Schema schema) |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.table.catalog.CatalogBaseTable |
copy() |
org.apache.flink.table.catalog.CatalogTable |
copy(Map<String,String> options) |
String |
getComment() |
Optional<String> |
getDescription() |
Optional<String> |
getDetailedDescription() |
Map<String,String> |
getOptions() |
List<String> |
getPartitionKeys() |
org.apache.flink.table.api.Schema |
getUnresolvedSchema() |
boolean |
isPartitioned() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExternalCatalogTable(org.apache.flink.table.api.Schema schema)
public org.apache.flink.table.api.Schema getUnresolvedSchema()
getUnresolvedSchema
in interface org.apache.flink.table.catalog.CatalogBaseTable
public Map<String,String> getOptions()
getOptions
in interface org.apache.flink.table.catalog.CatalogBaseTable
public String getComment()
getComment
in interface org.apache.flink.table.catalog.CatalogBaseTable
public org.apache.flink.table.catalog.CatalogBaseTable copy()
copy
in interface org.apache.flink.table.catalog.CatalogBaseTable
public Optional<String> getDescription()
getDescription
in interface org.apache.flink.table.catalog.CatalogBaseTable
public Optional<String> getDetailedDescription()
getDetailedDescription
in interface org.apache.flink.table.catalog.CatalogBaseTable
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
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.