Modifier and Type | Method and Description |
---|---|
default void |
Catalog.alterPartitions(Identifier identifier,
List<PartitionStatistics> partitions)
Alter partitions of the specify table.
|
void |
CachingCatalog.alterPartitions(Identifier identifier,
List<PartitionStatistics> partitions) |
void |
DelegateCatalog.alterPartitions(Identifier identifier,
List<PartitionStatistics> partitions) |
boolean |
SnapshotCommit.commit(Snapshot snapshot,
String branch,
List<PartitionStatistics> statistics) |
boolean |
RenamingSnapshotCommit.commit(Snapshot snapshot,
String branch,
List<PartitionStatistics> statistics) |
boolean |
CatalogSnapshotCommit.commit(Snapshot snapshot,
String branch,
List<PartitionStatistics> statistics) |
boolean |
Catalog.commitSnapshot(Identifier identifier,
Snapshot snapshot,
List<PartitionStatistics> statistics)
Commit the
Snapshot for table identified by the given Identifier . |
boolean |
AbstractCatalog.commitSnapshot(Identifier identifier,
Snapshot snapshot,
List<PartitionStatistics> statistics) |
boolean |
DelegateCatalog.commitSnapshot(Identifier identifier,
Snapshot snapshot,
List<PartitionStatistics> statistics) |
Modifier and Type | Method and Description |
---|---|
void |
HiveCatalog.alterPartitions(Identifier identifier,
List<PartitionStatistics> partitions) |
Modifier and Type | Method and Description |
---|---|
PartitionStatistics |
PartitionEntry.toPartitionStatistics(InternalRowPartitionComputer computer) |
Modifier and Type | Class and Description |
---|---|
class |
Partition
Represent a partition, including statistics and done flag.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RESTCatalog.commitSnapshot(Identifier identifier,
Snapshot snapshot,
List<PartitionStatistics> statistics) |
Modifier and Type | Method and Description |
---|---|
List<PartitionStatistics> |
CommitTableRequest.getStatistics() |
Constructor and Description |
---|
CommitTableRequest(Snapshot snapshot,
List<PartitionStatistics> statistics) |
Modifier and Type | Method and Description |
---|---|
void |
PartitionHandler.alterPartitions(List<PartitionStatistics> partitions) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.