Class HistogramRecord

  • All Implemented Interfaces:
    Comparable<HistogramRecord>

    public class HistogramRecord
    extends Object
    implements Comparable<HistogramRecord>
    Stores a record in the histogram database. A record is composed of - value - start - stop - num tuples Note: this class has a natural ordering that is inconsistent with equals.
    • Constructor Detail

      • HistogramRecord

        public HistogramRecord​(byte[] columnv,
                               long start,
                               long stop,
                               int num)