public interface CatalogPartition
Modifier and Type | Method and Description |
---|---|
CatalogPartition |
copy()
Get a deep copy of the CatalogPartition instance.
|
String |
getComment()
Get comment of the partition.
|
Optional<String> |
getDescription()
Get a brief description of the database.
|
Optional<String> |
getDetailedDescription()
Get a detailed description of the database.
|
Map<String,String> |
getProperties()
Get a map of properties associated with the partition.
|
Map<String,String> getProperties()
String getComment()
CatalogPartition copy()
Optional<String> getDescription()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.