Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.manifest | |
org.apache.paimon.rest | |
org.apache.paimon.rest.responses |
Modifier and Type | Field and Description |
---|---|
protected org.apache.paimon.shade.caffeine2.com.github.benmanes.caffeine.cache.Cache<Identifier,List<Partition>> |
CachingCatalog.partitionCache |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
AbstractCatalog.listPartitions(Identifier identifier) |
List<Partition> |
CachingCatalog.listPartitions(Identifier identifier) |
List<Partition> |
Catalog.listPartitions(Identifier identifier)
Get Partition of all partitions of the table.
|
List<Partition> |
DelegateCatalog.listPartitions(Identifier identifier) |
static List<Partition> |
CatalogUtils.listPartitionsFromFileSystem(Table table) |
PagedList<Partition> |
AbstractCatalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken,
String partitionNamePattern) |
PagedList<Partition> |
Catalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken,
String partitionNamePattern)
Get paged partition list of the table, the partition list will be returned in descending
order.
|
PagedList<Partition> |
DelegateCatalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken,
String partitionNamePattern) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
HiveCatalog.listPartitions(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
Partition |
PartitionEntry.toPartition(InternalRowPartitionComputer computer) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
RESTCatalog.listPartitions(Identifier identifier) |
List<Partition> |
RESTApi.listPartitions(Identifier identifier)
List partitions for table.
|
PagedList<Partition> |
RESTCatalog.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken,
String partitionNamePattern) |
PagedList<Partition> |
RESTApi.listPartitionsPaged(Identifier identifier,
Integer maxResults,
String pageToken,
String partitionNamePattern)
List partitions for a table.
|
Modifier and Type | Method and Description |
---|---|
List<Partition> |
ListPartitionsResponse.data() |
List<Partition> |
ListPartitionsResponse.getPartitions() |
Constructor and Description |
---|
ListPartitionsResponse(List<Partition> partitions) |
ListPartitionsResponse(List<Partition> partitions,
String nextPageToken) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.