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, toMetadataUnit
public SchemaPath getColumn()
public org.apache.hadoop.fs.Path getPath()
LocationProvider
getPath
in interface LocationProvider
public org.apache.hadoop.fs.Path getLocation()
LocationProvider
getLocation
in interface LocationProvider
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 SegmentMetadata.SegmentMetadataBuilder toBuilder()
toBuilder
in class BaseMetadata
public static SegmentMetadata.SegmentMetadataBuilder builder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.