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