Class StringColumnType

    • Method Detail

      • valueIsMissing

        public static boolean valueIsMissing​(String string)
      • create

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

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

        public static String missingValueIndicator()