public static class Metadata_V4.RowGroupMetadata_v4 extends MetadataBase.RowGroupMetadata
Modifier and Type | Field and Description |
---|---|
List<Metadata_V4.ColumnMetadata_v4> |
columns |
Map<String,Float> |
hostAffinity |
Long |
length |
Long |
rowCount |
Long |
start |
Constructor and Description |
---|
RowGroupMetadata_v4() |
RowGroupMetadata_v4(Long start,
Long length,
Long rowCount,
Map<String,Float> hostAffinity,
List<Metadata_V4.ColumnMetadata_v4> columns) |
Modifier and Type | Method and Description |
---|---|
List<? extends MetadataBase.ColumnMetadata> |
getColumns() |
Map<String,Float> |
getHostAffinity() |
Long |
getLength() |
Long |
getRowCount() |
Long |
getStart() |
isEmpty
public Long start
public Long length
public Long rowCount
public List<Metadata_V4.ColumnMetadata_v4> columns
public Long getStart()
getStart
in class MetadataBase.RowGroupMetadata
public Long getLength()
getLength
in class MetadataBase.RowGroupMetadata
public Long getRowCount()
getRowCount
in class MetadataBase.RowGroupMetadata
public Map<String,Float> getHostAffinity()
getHostAffinity
in class MetadataBase.RowGroupMetadata
public List<? extends MetadataBase.ColumnMetadata> getColumns()
getColumns
in class MetadataBase.RowGroupMetadata
Copyright © 1970 The Apache Software Foundation. All rights reserved.