public class RowGroupMetadata extends BaseMetadata implements LocationProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
RowGroupMetadata.RowGroupMetadataBuilder |
BaseMetadata.BaseMetadataBuilder<T extends BaseMetadata.BaseMetadataBuilder<T>>columnsStatistics, lastModifiedTime, metadataInfo, metadataStatistics, schema, tableInfo, UNDEFINED_TIME| Modifier and Type | Method and Description |
|---|---|
static RowGroupMetadata.RowGroupMetadataBuilder |
builder() |
boolean |
equals(Object o) |
Map<String,Float> |
getHostAffinity()
Returns the host affinity for a row group.
|
org.apache.hadoop.fs.Path |
getLocation()
Returns location of the metadata.
|
org.apache.hadoop.fs.Path |
getPath()
Returns path of the metadata.
|
int |
getRowGroupIndex()
Returns index of current row group within its file.
|
int |
hashCode() |
RowGroupMetadata.RowGroupMetadataBuilder |
toBuilder() |
protected void |
toMetadataUnitBuilder(TableMetadataUnit.Builder builder) |
String |
toString() |
containsExactStatistics, getColumn, getColumnsStatistics, getColumnStatistics, getLastModifiedTime, getMetadataInfo, getSchema, getStatistic, getStatisticsForColumn, getTableInfo, toMetadataUnitpublic org.apache.hadoop.fs.Path getPath()
LocationProvidergetPath in interface LocationProviderpublic org.apache.hadoop.fs.Path getLocation()
LocationProvidergetLocation in interface LocationProviderpublic int getRowGroupIndex()
public Map<String,Float> getHostAffinity()
public boolean equals(Object o)
equals in class BaseMetadatapublic int hashCode()
hashCode in class BaseMetadataprotected void toMetadataUnitBuilder(TableMetadataUnit.Builder builder)
toMetadataUnitBuilder in class BaseMetadatapublic RowGroupMetadata.RowGroupMetadataBuilder toBuilder()
toBuilder in class BaseMetadatapublic static RowGroupMetadata.RowGroupMetadataBuilder builder()
Copyright © 2021 The Apache Software Foundation. All rights reserved.