Class LevelDelegation
- java.lang.Object
-
- org.apache.flink.formats.parquet.vector.position.LevelDelegation
-
public class LevelDelegation extends Object
To delegate repetition level and definition level.
-
-
Constructor Summary
Constructors Constructor Description LevelDelegation(int[] repetitionLevel, int[] definitionLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getDefinitionLevel()int[]getRepetitionLevel()
-