Class RowPosition
java.lang.Object
org.apache.flink.formats.parquet.vector.position.RowPosition
To represent struct's position in repeated type.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowPosition
public RowPosition(boolean[] isNull, int positionsCount)
-
-
Method Details
-
getIsNull
public boolean[] getIsNull() -
getPositionsCount
public int getPositionsCount()
-