| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Field and Description |
|---|---|
List<PageLocation> |
OffsetIndex.page_locations
PageLocations, ordered by increasing PageLocation.offset.
|
| Modifier and Type | Method and Description |
|---|---|
PageLocation |
PageLocation.deepCopy() |
PageLocation |
PageLocation.setCompressed_page_size(int compressed_page_size)
Size of the page, including header.
|
PageLocation |
PageLocation.setFirst_row_index(long first_row_index)
Index within the RowGroup of the first row of the page.
|
PageLocation |
PageLocation.setOffset(long offset)
Offset of the page in the file *
|
| Modifier and Type | Method and Description |
|---|---|
List<PageLocation> |
OffsetIndex.getPage_locations()
PageLocations, ordered by increasing PageLocation.offset.
|
Iterator<PageLocation> |
OffsetIndex.getPage_locationsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
OffsetIndex.addToPage_locations(PageLocation elem) |
int |
PageLocation.compareTo(PageLocation other) |
boolean |
PageLocation.equals(PageLocation that) |
| Modifier and Type | Method and Description |
|---|---|
OffsetIndex |
OffsetIndex.setPage_locations(List<PageLocation> page_locations)
PageLocations, ordered by increasing PageLocation.offset.
|
| Constructor and Description |
|---|
PageLocation(PageLocation other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
OffsetIndex(List<PageLocation> page_locations) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.