public abstract static class MetadataBase.ParquetFileMetadata extends Object
| Constructor and Description |
|---|
ParquetFileMetadata() |
| Modifier and Type | Method and Description |
|---|---|
abstract Long |
getLength() |
abstract org.apache.hadoop.fs.Path |
getPath() |
abstract List<? extends MetadataBase.RowGroupMetadata> |
getRowGroups() |
public abstract org.apache.hadoop.fs.Path getPath()
public abstract Long getLength()
public abstract List<? extends MetadataBase.RowGroupMetadata> getRowGroups()
Copyright © 2021 The Apache Software Foundation. All rights reserved.