Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface BlockDocValuesReader.ToDouble
- Enclosing class:
BlockDocValuesReader
public static interface BlockDocValuesReader.ToDouble
Convert from the stored
into the
to load.
Sadly, this will go megamorphic pretty quickly and slow us down,
but it gets the job done for now.
invalid reference
long
invalid reference
double
-
Method Summary
-
Method Details
-
convert
double convert(long v)
-