public static class SizeStatistics.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PrimitiveType |
type |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int repetitionLevel,
int definitionLevel)
Add repetition and definition level of a value to the statistics.
|
void |
add(int repetitionLevel,
int definitionLevel,
Binary value)
Add repetition and definition level of a value to the statistics.
|
SizeStatistics |
build()
Build a SizeStatistics from the builder.
|
protected final PrimitiveType type
public void add(int repetitionLevel,
int definitionLevel)
repetitionLevel - repetition level of the valuedefinitionLevel - definition level of the valuepublic void add(int repetitionLevel,
int definitionLevel,
Binary value)
repetitionLevel - repetition level of the valuedefinitionLevel - definition level of the valuevalue - value of to be addedpublic SizeStatistics build()
Copyright © 2024 The Apache Software Foundation. All rights reserved.