| Package | Description |
|---|---|
| org.apache.parquet.internal.column.columnindex | |
| org.apache.parquet.internal.filter2.columnindex |
| Modifier and Type | Method and Description |
|---|---|
OffsetIndex |
OffsetIndexBuilder.build()
Builds the offset index.
|
OffsetIndex |
OffsetIndexBuilder.build(long shift)
Builds the offset index.
|
| Modifier and Type | Method and Description |
|---|---|
OffsetIndexBuilder |
OffsetIndexBuilder.fromOffsetIndex(OffsetIndex offsetIndex) |
| Modifier and Type | Method and Description |
|---|---|
OffsetIndex |
ColumnIndexStore.getOffsetIndex(ColumnPath column) |
| Modifier and Type | Method and Description |
|---|---|
static RowRanges |
RowRanges.create(long rowCount,
PrimitiveIterator.OfInt pageIndexes,
OffsetIndex offsetIndex)
Creates a mutable RowRanges object with the following ranges:
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.