Class CollectionPosition


  • public class CollectionPosition
    extends Object
    To represent collection's position in repeated type.
    • Constructor Detail

      • CollectionPosition

        public CollectionPosition​(boolean[] isNull,
                                  long[] offsets,
                                  long[] length,
                                  int valueCount)
    • Method Detail

      • getIsNull

        public boolean[] getIsNull()
      • getOffsets

        public long[] getOffsets()
      • getLength

        public long[] getLength()
      • getValueCount

        public int getValueCount()