public class SegmentMetadata extends BaseMetadata implements LocationProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
SegmentMetadata.SegmentMetadataBuilder |
BaseMetadata.BaseMetadataBuilder<T extends BaseMetadata.BaseMetadataBuilder<T>>columnsStatistics, lastModifiedTime, metadataInfo, metadataStatistics, schema, tableInfo, UNDEFINED_TIME| Modifier and Type | Method and Description |
|---|---|
static SegmentMetadata.SegmentMetadataBuilder |
builder() |
boolean |
equals(Object o) |
SchemaPath |
getColumn() |
org.apache.hadoop.fs.Path |
getLocation()
Returns location of the metadata.
|
Set<org.apache.hadoop.fs.Path> |
getLocations() |
List<String> |
getPartitionValues() |
org.apache.hadoop.fs.Path |
getPath()
Returns path of the metadata.
|
int |
hashCode() |
SegmentMetadata.SegmentMetadataBuilder |
toBuilder() |
protected void |
toMetadataUnitBuilder(TableMetadataUnit.Builder builder) |
String |
toString() |
containsExactStatistics, getColumn, getColumnsStatistics, getColumnStatistics, getLastModifiedTime, getMetadataInfo, getSchema, getStatistic, getStatisticsForColumn, getTableInfo, toMetadataUnitpublic SchemaPath getColumn()
public org.apache.hadoop.fs.Path getPath()
LocationProvidergetPath in interface LocationProviderpublic org.apache.hadoop.fs.Path getLocation()
LocationProvidergetLocation in interface LocationProviderpublic Set<org.apache.hadoop.fs.Path> getLocations()
public boolean equals(Object o)
equals in class BaseMetadatapublic int hashCode()
hashCode in class BaseMetadataprotected void toMetadataUnitBuilder(TableMetadataUnit.Builder builder)
toMetadataUnitBuilder in class BaseMetadatapublic SegmentMetadata.SegmentMetadataBuilder toBuilder()
toBuilder in class BaseMetadatapublic static SegmentMetadata.SegmentMetadataBuilder builder()
Copyright © 2021 The Apache Software Foundation. All rights reserved.