Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
OffsetIndex |
OffsetIndex.deepCopy() |
static OffsetIndex |
Util.readOffsetIndex(InputStream from)
Deprecated.
|
OffsetIndex |
OffsetIndex.setPage_locations(List<PageLocation> page_locations)
PageLocations, ordered by increasing PageLocation.offset.
|
Modifier and Type | Method and Description |
---|---|
int |
OffsetIndex.compareTo(OffsetIndex other) |
boolean |
OffsetIndex.equals(OffsetIndex that) |
static void |
Util.writeOffsetIndex(OffsetIndex offsetIndex,
OutputStream to)
Deprecated.
|
Constructor and Description |
---|
OffsetIndex(OffsetIndex other)
Performs a deep copy on other.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.