| Package | Description |
|---|---|
| org.apache.parquet.column.page | |
| org.apache.parquet.column.statistics | |
| org.apache.parquet.internal.column.columnindex |
| Modifier and Type | Method and Description |
|---|---|
default void |
PageWriter.writePage(BytesInput bytesInput,
int valueCount,
int rowCount,
Statistics<?> statistics,
SizeStatistics sizeStatistics,
Encoding rlEncoding,
Encoding dlEncoding,
Encoding valuesEncoding)
writes a single page
|
default void |
PageWriter.writePageV2(int rowCount,
int nullCount,
int valueCount,
BytesInput repetitionLevels,
BytesInput definitionLevels,
Encoding dataEncoding,
BytesInput data,
Statistics<?> statistics,
SizeStatistics sizeStatistics)
writes a single page in the new format
|
| Modifier and Type | Method and Description |
|---|---|
SizeStatistics |
SizeStatistics.Builder.build()
Build a SizeStatistics from the builder.
|
SizeStatistics |
SizeStatistics.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
SizeStatistics.mergeStatistics(SizeStatistics other)
Merge two SizeStatistics of the same column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnIndexBuilder.add(Statistics<?> stats,
SizeStatistics sizeStats)
Adds the data from the specified statistics to this builder
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.