Class Float16Field


  • public class Float16Field
    extends DocsumField
    A 16-bit float, represented as a (32-bit) Float in Java, as there is no 16-bit float support.
    Author:
    bratseth
    • Constructor Detail

      • Float16Field

        public Float16Field​(String name)
    • Method Detail

      • convert

        public Object convert​(com.yahoo.data.access.Inspector value)
        Description copied from class: DocsumField
        Convert a generic value into an object of the appropriate type for this field.
        Specified by:
        convert in class DocsumField