Class Metadata_V4.RowGroupMetadata_v4
java.lang.Object
org.apache.drill.exec.store.parquet.metadata.MetadataBase.RowGroupMetadata
org.apache.drill.exec.store.parquet.metadata.Metadata_V4.RowGroupMetadata_v4
- Enclosing class:
- Metadata_V4
A struct that contains the metadata for a parquet row group
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRowGroupMetadata_v4
(Long start, Long length, Long rowCount, Map<String, Float> hostAffinity, List<Metadata_V4.ColumnMetadata_v4> columns) -
Method Summary
Methods inherited from class org.apache.drill.exec.store.parquet.metadata.MetadataBase.RowGroupMetadata
isEmpty
-
Field Details
-
start
-
length
-
rowCount
-
hostAffinity
-
columns
-
-
Constructor Details
-
RowGroupMetadata_v4
public RowGroupMetadata_v4() -
RowGroupMetadata_v4
-
-
Method Details
-
getStart
- Specified by:
getStart
in classMetadataBase.RowGroupMetadata
-
getLength
- Specified by:
getLength
in classMetadataBase.RowGroupMetadata
-
getRowCount
- Specified by:
getRowCount
in classMetadataBase.RowGroupMetadata
-
getHostAffinity
- Specified by:
getHostAffinity
in classMetadataBase.RowGroupMetadata
-
getColumns
- Specified by:
getColumns
in classMetadataBase.RowGroupMetadata
-