public class ColumnStatistics extends Object
| Constructor and Description |
|---|
ColumnStatistics(org.apache.parquet.column.statistics.Statistics statistics,
TypeProtos.MajorType majorType) |
| Modifier and Type | Method and Description |
|---|---|
TypeProtos.MajorType |
getMajorType() |
org.apache.parquet.column.statistics.Statistics |
getStatistics() |
public ColumnStatistics(org.apache.parquet.column.statistics.Statistics statistics,
TypeProtos.MajorType majorType)
public org.apache.parquet.column.statistics.Statistics getStatistics()
public TypeProtos.MajorType getMajorType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.