Class PrimitiveType
java.lang.Object
smile.data.type.PrimitiveType
- All Implemented Interfaces:
Serializable, DataType
- Direct Known Subclasses:
BooleanType, ByteType, CharType, DoubleType, FloatType, IntType, LongType, ShortType
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataType
DataType.ID
-
Method Summary
-
Method Details
-
id
Description copied from interface:DataType
Returns the type ID enum. -
name
-
toString
-
isNullable
public boolean isNullable()Description copied from interface:DataType
Returns true if the data may be null.- Specified by:
isNullable
in interfaceDataType
- Returns:
- true if the data may be null.
-
equals
-