Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
Statistics |
DataPageHeaderV2.statistics
optional statistics for the data in this page *
|
Statistics |
ColumnMetaData.statistics
optional statistics for this column chunk
|
Statistics |
DataPageHeader.statistics
Optional statistics for the data in this page*
|
Modifier and Type | Method and Description |
---|---|
Statistics |
Statistics.deepCopy() |
Statistics |
DataPageHeaderV2.getStatistics()
optional statistics for the data in this page *
|
Statistics |
ColumnMetaData.getStatistics()
optional statistics for this column chunk
|
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.setMax_value(byte[] max_value)
Min and max 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 value in the column
|
Modifier and Type | Method and Description |
---|---|
int |
Statistics.compareTo(Statistics other) |
boolean |
Statistics.equals(Statistics that) |
DataPageHeaderV2 |
DataPageHeaderV2.setStatistics(Statistics statistics)
optional statistics for the data in this page *
|
ColumnMetaData |
ColumnMetaData.setStatistics(Statistics statistics)
optional statistics for this column chunk
|
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 © 2022 The Apache Software Foundation. All rights reserved.