| Package | Description |
|---|---|
| org.apache.parquet.format |
| Modifier and Type | Method and Description |
|---|---|
OffsetIndex |
OffsetIndex.deepCopy() |
static OffsetIndex |
Util.readOffsetIndex(InputStream from) |
static OffsetIndex |
Util.readOffsetIndex(InputStream from,
BlockCipher.Decryptor decryptor,
byte[] AAD) |
OffsetIndex |
OffsetIndex.setPage_locations(List<PageLocation> page_locations)
PageLocations, ordered by increasing PageLocation.offset.
|
OffsetIndex |
OffsetIndex.setUnencoded_byte_array_data_bytes(List<Long> unencoded_byte_array_data_bytes)
Unencoded/uncompressed size for BYTE_ARRAY types.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OffsetIndex.compareTo(OffsetIndex other) |
boolean |
OffsetIndex.equals(OffsetIndex that) |
static void |
Util.writeOffsetIndex(OffsetIndex offsetIndex,
OutputStream to) |
static void |
Util.writeOffsetIndex(OffsetIndex offsetIndex,
OutputStream to,
BlockCipher.Encryptor encryptor,
byte[] AAD) |
| Constructor and Description |
|---|
OffsetIndex(OffsetIndex other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.