Class DataPage

    • Method Detail

      • getValueCount

        public int getValueCount()
        Returns:
        the number of values in that page
      • getFirstRowIndex

        public Optional<Long> getFirstRowIndex()
        Returns:
        the index of the first row in this page if the related data is available (the optional column-index contains this value)
      • getIndexRowCount

        public abstract Optional<Integer> getIndexRowCount()
        Returns:
        the number of rows in this page if the related data is available (in case of pageV1 the optional column-index contains this value)