Package io.trino.orc

Class RowGroup


  • public class RowGroup
    extends Object
    • Constructor Detail

      • RowGroup

        public RowGroup​(int groupId,
                        long rowOffset,
                        long rowCount,
                        long minAverageRowBytes,
                        InputStreamSources streamSources)
    • Method Detail

      • getGroupId

        public int getGroupId()
      • getRowOffset

        public long getRowOffset()
      • getRowCount

        public long getRowCount()
      • getMinAverageRowBytes

        public long getMinAverageRowBytes()