Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
ColumnIndex |
ColumnIndex.deepCopy() |
static ColumnIndex |
Util.readColumnIndex(InputStream from)
Deprecated.
|
ColumnIndex |
ColumnIndex.setBoundary_order(BoundaryOrder boundary_order)
Stores whether both min_values and max_values are orderd and if so, in
which direction.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
ColumnIndex.compareTo(ColumnIndex other) |
boolean |
ColumnIndex.equals(ColumnIndex that) |
static void |
Util.writeColumnIndex(ColumnIndex columnIndex,
OutputStream to)
Deprecated.
|
Constructor and Description |
---|
ColumnIndex(ColumnIndex other)
Performs a deep copy on other.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.