| Interface | Description |
|---|---|
| ColumnIndex |
Column index containing min/max and null count values for the pages in a column chunk.
|
| OffsetIndex |
Offset index containing the offset and size of the page and the index of the first row in the page.
|
| Class | Description |
|---|---|
| BinaryTruncator |
Class for truncating min/max values for binary types.
|
| ColumnIndexBuilder |
Builder implementation to create
ColumnIndex objects. |
| IndexIterator |
Iterator implementation for page indexes.
|
| OffsetIndexBuilder |
Builder implementation to create
OffsetIndex objects during writing a parquet file. |
| Enum | Description |
|---|---|
| BoundaryOrder |
Enum for
BoundaryOrder. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.