| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
Statistics |
ColumnMetaData.statistics
optional statistics for this column chunk
|
Statistics |
DataPageHeaderV2.statistics
Optional statistics for the data in this page *
|
Statistics |
DataPageHeader.statistics
Optional statistics for the data in this page *
|
| Modifier and Type | Method and Description |
|---|---|
Statistics |
Statistics.deepCopy() |
Statistics |
ColumnMetaData.getStatistics()
optional statistics for this column chunk
|
Statistics |
DataPageHeaderV2.getStatistics()
Optional statistics for the data in this page *
|
Statistics |
DataPageHeader.getStatistics()
Optional statistics for the data in this page *
|
Statistics |
Statistics.setDistinct_count(long distinct_count)
count of distinct values occurring
|
Statistics |
Statistics.setIs_max_value_exact(boolean is_max_value_exact)
If true, max_value is the actual maximum value for a column
|
Statistics |
Statistics.setIs_min_value_exact(boolean is_min_value_exact)
If true, min_value is the actual minimum value for a column
|
Statistics |
Statistics.setMax_value(byte[] max_value)
Lower and upper bound values for the column, determined by its ColumnOrder.
|
Statistics |
Statistics.setMax_value(ByteBuffer max_value) |
Statistics |
Statistics.setMax(byte[] max)
DEPRECATED: min and max value of the column.
|
Statistics |
Statistics.setMax(ByteBuffer max) |
Statistics |
Statistics.setMin_value(byte[] min_value) |
Statistics |
Statistics.setMin_value(ByteBuffer min_value) |
Statistics |
Statistics.setMin(byte[] min) |
Statistics |
Statistics.setMin(ByteBuffer min) |
Statistics |
Statistics.setNull_count(long null_count)
Count of null values in the column.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Statistics.compareTo(Statistics other) |
boolean |
Statistics.equals(Statistics that) |
ColumnMetaData |
ColumnMetaData.setStatistics(Statistics statistics)
optional statistics for this column chunk
|
DataPageHeaderV2 |
DataPageHeaderV2.setStatistics(Statistics statistics)
Optional statistics for the data in this page *
|
DataPageHeader |
DataPageHeader.setStatistics(Statistics statistics)
Optional statistics for the data in this page *
|
| Constructor and Description |
|---|
Statistics(Statistics other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.