Class IndexReference


  • public class IndexReference
    extends Object
    Reference to an index (OffsetIndex and ColumnIndex) for a row-group containing the offset and length values so the reader can read the referenced data.
    • Constructor Detail

      • IndexReference

        public IndexReference​(long offset,
                              int length)
    • Method Detail

      • getOffset

        public long getOffset()
      • getLength

        public int getLength()