Class CollectionPosition
java.lang.Object
org.apache.flink.formats.parquet.vector.position.CollectionPosition
To represent collection's position in repeated type.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionPosition(boolean[] isNull, long[] offsets, long[] length, int valueCount) -
Method Summary
Modifier and TypeMethodDescriptionboolean[]long[]long[]int
-
Constructor Details
-
CollectionPosition
public CollectionPosition(boolean[] isNull, long[] offsets, long[] length, int valueCount)
-
-
Method Details
-
getIsNull
public boolean[] getIsNull() -
getOffsets
public long[] getOffsets() -
getLength
public long[] getLength() -
getValueCount
public int getValueCount()
-