Class CollectionPosition
- java.lang.Object
-
- org.apache.flink.formats.parquet.vector.position.CollectionPosition
-
public class CollectionPosition extends Object
To represent collection's position in repeated type.
-
-
Constructor Summary
Constructors Constructor Description CollectionPosition(boolean[] isNull, long[] offsets, long[] length, int valueCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean[]getIsNull()long[]getLength()long[]getOffsets()intgetValueCount()
-