Package org.apache.flink.table.catalog
Class CatalogTableImpl
- java.lang.Object
-
- org.apache.flink.table.catalog.AbstractCatalogTable
-
- org.apache.flink.table.catalog.CatalogTableImpl
-
- All Implemented Interfaces:
org.apache.flink.table.catalog.CatalogBaseTable,org.apache.flink.table.catalog.CatalogTable
@Deprecated @Internal public class CatalogTableImpl extends AbstractCatalogTable
Deprecated.UseCatalogTable.of(Schema, String, List, Map)or a custom implementation instead. Don't implement against this internal class. It can lead to unintended side effects if code checks against this class instead of the common interface.A catalog table implementation.
-
-
Constructor Summary
Constructors Constructor Description CatalogTableImpl(org.apache.flink.table.api.TableSchema tableSchema, List<String> partitionKeys, Map<String,String> properties, String comment)Deprecated.CatalogTableImpl(org.apache.flink.table.api.TableSchema tableSchema, Map<String,String> properties, String comment)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.flink.table.catalog.CatalogBaseTablecopy()Deprecated.org.apache.flink.table.catalog.CatalogTablecopy(Map<String,String> options)Deprecated.static CatalogTableImplfromProperties(Map<String,String> properties)Deprecated.Construct aCatalogTableImplfrom complete properties that contains table schema.Optional<String>getDescription()Deprecated.Optional<String>getDetailedDescription()Deprecated.static Map<String,String>removeRedundant(Map<String,String> properties, org.apache.flink.table.api.TableSchema schema, List<String> partitionKeys)Deprecated.Construct catalog table properties fromtoProperties().Map<String,String>toProperties()Deprecated.-
Methods inherited from class org.apache.flink.table.catalog.AbstractCatalogTable
getComment, getOptions, getPartitionKeys, getSchema, isPartitioned
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
copy
public org.apache.flink.table.catalog.CatalogBaseTable copy()
Deprecated.
-
copy
public org.apache.flink.table.catalog.CatalogTable copy(Map<String,String> options)
Deprecated.
-
fromProperties
public static CatalogTableImpl fromProperties(Map<String,String> properties)
Deprecated.Construct aCatalogTableImplfrom complete properties that contains table schema.
-
-