| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndex |
ColumnIndex.deepCopy() |
static ColumnIndex |
Util.readColumnIndex(InputStream from) |
static ColumnIndex |
Util.readColumnIndex(InputStream from,
BlockCipher.Decryptor decryptor,
byte[] AAD) |
ColumnIndex |
ColumnIndex.setBoundary_order(BoundaryOrder boundary_order)
Stores whether both min_values and max_values are ordered and if so, in
which direction.
|
ColumnIndex |
ColumnIndex.setDefinition_level_histograms(List<Long> definition_level_histograms)
Same as repetition_level_histograms except for definitions levels.
|
ColumnIndex |
ColumnIndex.setMax_values(List<ByteBuffer> max_values) |
ColumnIndex |
ColumnIndex.setMin_values(List<ByteBuffer> min_values)
Two lists containing lower and upper bounds for the values of each page
determined by the ColumnOrder of the column.
|
ColumnIndex |
ColumnIndex.setNull_counts(List<Long> null_counts)
A list containing the number of null values for each page *
|
ColumnIndex |
ColumnIndex.setNull_pages(List<Boolean> null_pages)
A list of Boolean values to determine the validity of the corresponding
min and max values.
|
ColumnIndex |
ColumnIndex.setRepetition_level_histograms(List<Long> repetition_level_histograms)
Contains repetition level histograms for each page
concatenated together.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ColumnIndex.compareTo(ColumnIndex other) |
boolean |
ColumnIndex.equals(ColumnIndex that) |
static void |
Util.writeColumnIndex(ColumnIndex columnIndex,
OutputStream to) |
static void |
Util.writeColumnIndex(ColumnIndex columnIndex,
OutputStream to,
BlockCipher.Encryptor encryptor,
byte[] AAD) |
| Constructor and Description |
|---|
ColumnIndex(ColumnIndex other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.