Class FloatColumnType

    • Method Detail

      • instance

        public static FloatColumnType instance()
        Returns the singleton instance of FloatColumnType
      • create

        public FloatColumn create​(String name)
        Returns a column of this type with the given name
      • customParser

        public FloatParser customParser​(ReadOptions options)
        TODO: Research this method to provide a good comment
      • valueIsMissing

        public static boolean valueIsMissing​(float value)
        Returns true if the given value is the missing value indicator for this column type
      • missingValueIndicator

        public static float missingValueIndicator()
        Returns the missing value indicator for this column type