Class IntColumnType

    • Field Detail

      • DEFAULT_PARSER

        public static final IntParser DEFAULT_PARSER
        The default parser for IntColumn
    • Method Detail

      • instance

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

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

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

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

        public static int missingValueIndicator()
        Returns the missing value indicator for this column type NOTE: