Class BooleanColumnType

    • Method Detail

      • create

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

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

        public static byte missingValueIndicator()
      • valueIsMissing

        public static boolean valueIsMissing​(byte value)