public abstract static class MetadataBase.RowGroupMetadata extends Object
Constructor and Description |
---|
RowGroupMetadata() |
Modifier and Type | Method and Description |
---|---|
abstract List<? extends MetadataBase.ColumnMetadata> |
getColumns() |
abstract Map<String,Float> |
getHostAffinity() |
abstract Long |
getLength() |
abstract Long |
getRowCount() |
abstract Long |
getStart() |
boolean |
isEmpty() |
public abstract Long getStart()
public abstract Long getLength()
public abstract Long getRowCount()
public abstract List<? extends MetadataBase.ColumnMetadata> getColumns()
public boolean isEmpty()
Copyright © 1970 The Apache Software Foundation. All rights reserved.