| Package | Description |
|---|---|
| org.apache.parquet.column.statistics |
| Modifier and Type | Method and Description |
|---|---|
static SizeStatistics.Builder |
SizeStatistics.newBuilder(PrimitiveType type,
int maxRepetitionLevel,
int maxDefinitionLevel)
Create a builder to create a SizeStatistics.
|
static SizeStatistics.Builder |
SizeStatistics.noopBuilder(PrimitiveType type,
int maxRepetitionLevel,
int maxDefinitionLevel)
Creates a builder that doesn't collect any statistics.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.