public class PartitionMetadata extends BaseMetadata
Modifier and Type | Class and Description |
---|---|
static class |
PartitionMetadata.PartitionMetadataBuilder |
BaseMetadata.BaseMetadataBuilder<T extends BaseMetadata.BaseMetadataBuilder<T>>
columnsStatistics, lastModifiedTime, metadataInfo, metadataStatistics, schema, tableInfo, UNDEFINED_TIME
Modifier and Type | Method and Description |
---|---|
static PartitionMetadata.PartitionMetadataBuilder |
builder() |
boolean |
equals(Object o) |
SchemaPath |
getColumn()
It allows to obtain the column path for this partition
|
Set<org.apache.hadoop.fs.Path> |
getLocations()
File locations for this partition
|
List<String> |
getPartitionValues() |
int |
hashCode() |
PartitionMetadata.PartitionMetadataBuilder |
toBuilder() |
protected void |
toMetadataUnitBuilder(TableMetadataUnit.Builder builder) |
String |
toString() |
containsExactStatistics, getColumn, getColumnsStatistics, getColumnStatistics, getLastModifiedTime, getMetadataInfo, getSchema, getStatistic, getStatisticsForColumn, getTableInfo, toMetadataUnit
public SchemaPath getColumn()
public Set<org.apache.hadoop.fs.Path> getLocations()
public boolean equals(Object o)
equals
in class BaseMetadata
public int hashCode()
hashCode
in class BaseMetadata
protected void toMetadataUnitBuilder(TableMetadataUnit.Builder builder)
toMetadataUnitBuilder
in class BaseMetadata
public PartitionMetadata.PartitionMetadataBuilder toBuilder()
toBuilder
in class BaseMetadata
public static PartitionMetadata.PartitionMetadataBuilder builder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.