Class Metadata_V4.ParquetFileMetadata_v4
java.lang.Object
org.apache.drill.exec.store.parquet.metadata.MetadataBase.ParquetFileMetadata
org.apache.drill.exec.store.parquet.metadata.Metadata_V4.ParquetFileMetadata_v4
- Enclosing class:
- Metadata_V4
Struct which contains the metadata for a single parquet file
-
Field Summary
-
Constructor Summary
ConstructorDescriptionParquetFileMetadata_v4
(org.apache.hadoop.fs.Path path, Long length, List<Metadata_V4.RowGroupMetadata_v4> rowGroups) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.Path
getPath()
List<? extends MetadataBase.RowGroupMetadata>
toString()
-
Field Details
-
path
public org.apache.hadoop.fs.Path path -
length
-
rowGroups
-
-
Constructor Details
-
ParquetFileMetadata_v4
public ParquetFileMetadata_v4() -
ParquetFileMetadata_v4
public ParquetFileMetadata_v4(org.apache.hadoop.fs.Path path, Long length, List<Metadata_V4.RowGroupMetadata_v4> rowGroups)
-
-
Method Details
-
toString
-
getPath
public org.apache.hadoop.fs.Path getPath()- Specified by:
getPath
in classMetadataBase.ParquetFileMetadata
-
getLength
- Specified by:
getLength
in classMetadataBase.ParquetFileMetadata
-
getRowGroups
- Specified by:
getRowGroups
in classMetadataBase.ParquetFileMetadata
-