Class DoubleColumnType

    • Field Detail

      • DEFAULT_PARSER

        public static final DoubleParser DEFAULT_PARSER
        Returns the default parser for DoubleColumn
    • Method Detail

      • instance

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

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

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

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

        public static double missingValueIndicator()
        Returns the missing value indicator for this column type NOTE: Clients should use valueIsMissing(double) to test for missing value indicators