| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
CatalogPartition |
CatalogPartition.copy()
Get a deep copy of the CatalogPartition instance.
|
CatalogPartition |
Catalog.getPartition(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec)
Get a partition of the given table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Catalog.alterPartition(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec,
CatalogPartition newPartition,
boolean ignoreIfNotExists)
Alter a partition.
|
void |
Catalog.createPartition(ObjectPath tablePath,
CatalogPartitionSpec partitionSpec,
CatalogPartition partition,
boolean ignoreIfExists)
Create a partition.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.