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 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()