• Sergei Petrunia's avatar
    MDEV-21130: Histograms: use JSON as on-disk format · 21e0f548
    Sergei Petrunia authored
    A demo of how to use in-memory data structure for histogram.
    The patch shows how to
    * convert string form of data to binary form
    * compare two values in binary form
    * compute a fraction for val in [X, Y] range.
    
    grep for GSOC-TODO for notes.
    21e0f548
field.h 212 KB