| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
SizeStatistics |
ColumnMetaData.size_statistics
Optional statistics to help estimate total memory when converted to in-memory
representations.
|
| Modifier and Type | Method and Description |
|---|---|
SizeStatistics |
SizeStatistics.deepCopy() |
SizeStatistics |
ColumnMetaData.getSize_statistics()
Optional statistics to help estimate total memory when converted to in-memory
representations.
|
SizeStatistics |
SizeStatistics.setDefinition_level_histogram(List<Long> definition_level_histogram)
Same as repetition_level_histogram except for definition levels.
|
SizeStatistics |
SizeStatistics.setRepetition_level_histogram(List<Long> repetition_level_histogram)
When present, there is expected to be one element corresponding to each
repetition (i.e.
|
SizeStatistics |
SizeStatistics.setUnencoded_byte_array_data_bytes(long unencoded_byte_array_data_bytes)
The number of physical bytes stored for BYTE_ARRAY data values assuming
no encoding.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SizeStatistics.compareTo(SizeStatistics other) |
boolean |
SizeStatistics.equals(SizeStatistics that) |
ColumnMetaData |
ColumnMetaData.setSize_statistics(SizeStatistics size_statistics)
Optional statistics to help estimate total memory when converted to in-memory
representations.
|
| Constructor and Description |
|---|
SizeStatistics(SizeStatistics other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.