public interface CatalogTable extends CatalogBaseTable
Modifier and Type | Method and Description |
---|---|
CatalogTable |
copy(Map<String,String> options)
Returns a copy of this
CatalogTable with given table options options . |
List<String> |
getPartitionKeys()
Get the partition keys of the table.
|
boolean |
isPartitioned()
Check if the table is partitioned or not.
|
Map<String,String> |
toProperties()
Serializes this instance into a map of string-based properties.
|
copy, getComment, getDescription, getDetailedDescription, getOptions, getProperties, getSchema
boolean isPartitioned()
List<String> getPartitionKeys()
CatalogTable copy(Map<String,String> options)
CatalogTable
with given table options options
.Map<String,String> toProperties()
Compared to the pure table options in CatalogBaseTable.getOptions()
, the map includes schema,
partitioning, and other characteristics in a serialized form.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.