public abstract static class Metadata.ParquetFileMetadata extends Object
| Constructor and Description |
|---|
Metadata.ParquetFileMetadata() |
| Modifier and Type | Method and Description |
|---|---|
abstract Long |
getLength() |
abstract String |
getPath() |
abstract List<? extends Metadata.RowGroupMetadata> |
getRowGroups() |
public abstract String getPath()
public abstract Long getLength()
public abstract List<? extends Metadata.RowGroupMetadata> getRowGroups()
Copyright © 2017 The Apache Software Foundation. All rights reserved.