Package org.apache.flink.table.catalog
Class ExternalCatalogTable
java.lang.Object
org.apache.flink.table.catalog.ExternalCatalogTable
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogTable
@Internal
public final class ExternalCatalogTable
extends Object
implements org.apache.flink.table.catalog.CatalogTable
Helper
CatalogTable for representing a table that is backed by some inline connector
(i.e. DataStream or TableResult.collect()).-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
org.apache.flink.table.catalog.CatalogBaseTable.TableKindNested classes/interfaces inherited from interface org.apache.flink.table.catalog.CatalogTable
org.apache.flink.table.catalog.CatalogTable.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.table.catalog.CatalogBaseTablecopy()org.apache.flink.table.catalog.CatalogTableorg.apache.flink.table.api.SchemabooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.catalog.CatalogBaseTable
getSchemaMethods inherited from interface org.apache.flink.table.catalog.CatalogTable
getDistribution, getSnapshot, getTableKind
-
Constructor Details
-
ExternalCatalogTable
public ExternalCatalogTable(org.apache.flink.table.api.Schema schema)
-
-
Method Details
-
getUnresolvedSchema
public org.apache.flink.table.api.Schema getUnresolvedSchema()- Specified by:
getUnresolvedSchemain interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getOptions
- Specified by:
getOptionsin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getComment
- Specified by:
getCommentin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
copy
public org.apache.flink.table.catalog.CatalogBaseTable copy()- Specified by:
copyin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getDescription
- Specified by:
getDescriptionin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
getDetailedDescription
- Specified by:
getDetailedDescriptionin interfaceorg.apache.flink.table.catalog.CatalogBaseTable
-
isPartitioned
public boolean isPartitioned()- Specified by:
isPartitionedin interfaceorg.apache.flink.table.catalog.CatalogTable
-
getPartitionKeys
- Specified by:
getPartitionKeysin interfaceorg.apache.flink.table.catalog.CatalogTable
-
copy
- Specified by:
copyin interfaceorg.apache.flink.table.catalog.CatalogTable
-