Class ShortColumnType

    • Field Detail

      • DEFAULT_PARSER

        public static final ShortParser DEFAULT_PARSER
    • Method Detail

      • create

        public ShortColumn create​(String name)
        Description copied from interface: ColumnType
        Returns a column of this type with the given name
      • customParser

        public ShortParser customParser​(ReadOptions options)
        Description copied from interface: ColumnType
        TODO: Research this method to provide a good comment
      • valueIsMissing

        public static boolean valueIsMissing​(int value)
      • missingValueIndicator

        public static short missingValueIndicator()