Interface BlockDocValuesReader.ToDouble

Enclosing class:
BlockDocValuesReader

public static interface BlockDocValuesReader.ToDouble
Convert from the stored long into the double to load. Sadly, this will go megamorphic pretty quickly and slow us down, but it gets the job done for now.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    convert(long v)
     
  • Method Details

    • convert

      double convert(long v)