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, toMetadataUnit
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 int getRowGroupIndex()
public Map<String,Float> getHostAffinity()
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 RowGroupMetadata.RowGroupMetadataBuilder toBuilder()
toBuilder
in class BaseMetadata
public static RowGroupMetadata.RowGroupMetadataBuilder builder()
Copyright © 1970 The Apache Software Foundation. All rights reserved.