Class DateTimeColumnType

    • Method Detail

      • create

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

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

        public static long missingValueIndicator()
      • valueIsMissing

        public static boolean valueIsMissing​(long value)