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
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Float16Field​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object convert​(com.yahoo.data.access.Inspector value)
      Convert a generic value into an object of the appropriate type for this field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Float16Field

        public Float16Field​(java.lang.String name)
    • Method Detail

      • convert

        public java.lang.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