Class LevelDelegation
java.lang.Object
org.apache.flink.formats.parquet.vector.position.LevelDelegation
To delegate repetition level and definition level.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LevelDelegation
public LevelDelegation(int[] repetitionLevel, int[] definitionLevel)
-
-
Method Details
-
getRepetitionLevel
public int[] getRepetitionLevel() -
getDefinitionLevel
public int[] getDefinitionLevel()
-