Class LongColumnType

    • Field Detail

      • DEFAULT_PARSER

        public static final LongParser DEFAULT_PARSER
        The default parser for LongColumn
    • Method Detail

      • instance

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

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

        public LongParser defaultParser()
        Returns the default parser used to convert strings to long values
      • customParser

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

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

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