@Internal public class CatalogPartitionImpl extends Object implements CatalogPartition
Constructor and Description |
---|
CatalogPartitionImpl(Map<String,String> properties,
String comment) |
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.
|
public Map<String,String> getProperties()
CatalogPartition
getProperties
in interface CatalogPartition
public String getComment()
CatalogPartition
getComment
in interface CatalogPartition
public CatalogPartition copy()
CatalogPartition
copy
in interface CatalogPartition
public Optional<String> getDescription()
CatalogPartition
getDescription
in interface CatalogPartition
public Optional<String> getDetailedDescription()
CatalogPartition
getDetailedDescription
in interface CatalogPartition
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.