| Package | Description |
|---|---|
| org.apache.parquet.internal.column.columnindex | |
| org.apache.parquet.internal.filter2.columnindex |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndex |
ColumnIndexBuilder.build() |
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) |
| Modifier and Type | Method and Description |
|---|---|
ColumnIndex |
ColumnIndexStore.getColumnIndex(ColumnPath column) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.