static Partition.Builder |
Partition.builder() |
|
Partition.Builder |
Partition.Builder.catalogId(String catalogId) |
The ID of the Data Catalog in which the partition resides.
|
Partition.Builder |
Partition.Builder.creationTime(Instant creationTime) |
The time at which the partition was created.
|
Partition.Builder |
Partition.Builder.databaseName(String databaseName) |
The name of the catalog database in which to create the partition.
|
Partition.Builder |
Partition.Builder.lastAccessTime(Instant lastAccessTime) |
The last time at which the partition was accessed.
|
Partition.Builder |
Partition.Builder.lastAnalyzedTime(Instant lastAnalyzedTime) |
The last time at which column statistics were computed for this partition.
|
Partition.Builder |
Partition.Builder.parameters(Map<String,String> parameters) |
These key-value pairs define partition parameters.
|
default Partition.Builder |
Partition.Builder.storageDescriptor(Consumer<StorageDescriptor.Builder> storageDescriptor) |
Provides information about the physical location where the partition is stored.
|
Partition.Builder |
Partition.Builder.storageDescriptor(StorageDescriptor storageDescriptor) |
Provides information about the physical location where the partition is stored.
|
Partition.Builder |
Partition.Builder.tableName(String tableName) |
The name of the database table in which to create the partition.
|
Partition.Builder |
Partition.toBuilder() |
|
Partition.Builder |
Partition.Builder.values(String... values) |
The values of the partition.
|
Partition.Builder |
Partition.Builder.values(Collection<String> values) |
The values of the partition.
|