| Package | Description |
|---|---|
| org.apache.parquet.internal.column.columnindex |
| Modifier and Type | Method and Description |
|---|---|
BoundaryOrder |
ColumnIndex.getBoundaryOrder() |
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 |
|---|---|
static ColumnIndex |
ColumnIndexBuilder.build(PrimitiveType type,
BoundaryOrder boundaryOrder,
List<Boolean> nullPages,
List<Long> nullCounts,
List<ByteBuffer> minValues,
List<ByteBuffer> maxValues) |
static ColumnIndex |
ColumnIndexBuilder.build(PrimitiveType type,
BoundaryOrder boundaryOrder,
List<Boolean> nullPages,
List<Long> nullCounts,
List<ByteBuffer> minValues,
List<ByteBuffer> maxValues,
List<Long> repLevelHistogram,
List<Long> defLevelHistogram) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.