CatalogTable.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.@Deprecated @Internal public class CatalogTableImpl extends AbstractCatalogTable
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
org.apache.flink.table.catalog.CatalogBaseTable |
copy()
Deprecated.
|
org.apache.flink.table.catalog.CatalogTable |
copy(Map<String,String> options)
Deprecated.
|
static CatalogTableImpl |
fromProperties(Map<String,String> properties)
Deprecated.
Construct a
CatalogTableImpl from 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 from
toProperties() . |
Map<String,String> |
toProperties()
Deprecated.
|
getComment, getOptions, getPartitionKeys, getSchema, isPartitioned
public CatalogTableImpl(org.apache.flink.table.api.TableSchema tableSchema, Map<String,String> properties, String comment)
public org.apache.flink.table.catalog.CatalogBaseTable copy()
public org.apache.flink.table.catalog.CatalogTable copy(Map<String,String> options)
public static CatalogTableImpl fromProperties(Map<String,String> properties)
CatalogTableImpl
from complete properties that contains table schema.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.