Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
BoundaryOrder |
ColumnIndex.boundary_order
Stores whether both min_values and max_values are orderd and if so, in
which direction.
|
Modifier and Type | Method and Description |
---|---|
static BoundaryOrder |
BoundaryOrder.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
BoundaryOrder |
ColumnIndex.getBoundary_order()
Stores whether both min_values and max_values are orderd and if so, in
which direction.
|
static BoundaryOrder |
BoundaryOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundaryOrder[] |
BoundaryOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ColumnIndex |
ColumnIndex.setBoundary_order(BoundaryOrder boundary_order)
Stores whether both min_values and max_values are orderd and if so, in
which direction.
|
Constructor and Description |
---|
ColumnIndex(List<Boolean> null_pages,
List<ByteBuffer> min_values,
List<ByteBuffer> max_values,
BoundaryOrder boundary_order) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.