public static class Metadata_V2.RowGroupMetadata_v2 extends MetadataBase.RowGroupMetadata
| Modifier and Type | Field and Description |
|---|---|
List<Metadata_V2.ColumnMetadata_v2> |
columns |
Map<String,Float> |
hostAffinity |
Long |
length |
Long |
rowCount |
Long |
start |
| Constructor and Description |
|---|
RowGroupMetadata_v2() |
RowGroupMetadata_v2(Long start,
Long length,
Long rowCount,
Map<String,Float> hostAffinity,
List<Metadata_V2.ColumnMetadata_v2> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends MetadataBase.ColumnMetadata> |
getColumns() |
Map<String,Float> |
getHostAffinity() |
Long |
getLength() |
Long |
getRowCount() |
Long |
getStart() |
isEmptypublic Long start
public Long length
public Long rowCount
public List<Metadata_V2.ColumnMetadata_v2> columns
public Long getStart()
getStart in class MetadataBase.RowGroupMetadatapublic Long getLength()
getLength in class MetadataBase.RowGroupMetadatapublic Long getRowCount()
getRowCount in class MetadataBase.RowGroupMetadatapublic Map<String,Float> getHostAffinity()
getHostAffinity in class MetadataBase.RowGroupMetadatapublic List<? extends MetadataBase.ColumnMetadata> getColumns()
getColumns in class MetadataBase.RowGroupMetadataCopyright © 2021 The Apache Software Foundation. All rights reserved.