Record Class LogicalType.Float16Type
java.lang.Object
java.lang.Record
dev.hardwood.metadata.LogicalType.Float16Type
- All Implemented Interfaces:
LogicalType
- Enclosing interface:
LogicalType
IEEE 754 half-precision (binary16) floating point, stored as a 2-byte
FIXED_LEN_BYTE_ARRAY in little-endian byte order.-
Nested Class Summary
Nested classes/interfaces inherited from interface LogicalType
LogicalType.BsonType, LogicalType.DateType, LogicalType.DecimalType, LogicalType.EdgeInterpolationAlgorithm, LogicalType.EnumType, LogicalType.Float16Type, LogicalType.GeographyType, LogicalType.GeometryType, LogicalType.IntervalType, LogicalType.IntType, LogicalType.JsonType, LogicalType.ListType, LogicalType.MapType, LogicalType.NullType, LogicalType.StringType, LogicalType.TimestampType, LogicalType.TimeType, LogicalType.TimeUnit, LogicalType.UuidType, LogicalType.VariantType -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Float16Type
public Float16Type()Creates an instance of aFloat16Typerecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-