Package smile.data.type
Class DecimalType
java.lang.Object
smile.data.type.DecimalType
- All Implemented Interfaces:
Serializable
,DataType
Arbitrary-precision decimal data type.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface smile.data.type.DataType
DataType.ID
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface smile.data.type.DataType
isBoolean, isByte, isChar, isDouble, isFloat, isFloating, isInt, isIntegral, isLong, isNullable, isNumeric, isObject, isPrimitive, isShort, isString, toString
-
Method Details
-
name
Description copied from interface:DataType
Returns the type name used in external catalogs. DataType.of(name()) should return the same type. -
id
Description copied from interface:DataType
Returns the type ID enum. -
isDecimal
public boolean isDecimal()Description copied from interface:DataType
Returns true if the type is decimal. -
toString
-
valueOf
Description copied from interface:DataType
Returns the value from its string representation. -
equals
-