Expand description
Fundamental datatypes that are implemented in re_types_core directly for convenience and
dependency optimization.
There are also re-exported by re_types.
Structs§
- Absolute
Time Range - Datatype: Two
datatypes::TimeIntdescribing a range of time. - Bool
- Datatype: A single boolean.
- Entity
Path - Datatype: A path to an entity in the
ChunkStore. - Float32
- Datatype: A single-precision 32-bit IEEE 754 floating point number.
- Float64
- Datatype: A double-precision 64-bit IEEE 754 floating point number.
- TimeInt
- Datatype: A 64-bit number describing either nanoseconds OR sequence numbers.
- Time
Range - Datatype: Visible time range bounds for a specific timeline.
- UInt16
- Datatype: A 16bit unsigned integer.
- UInt32
- Datatype: A 32bit unsigned integer.
- UInt64
- Datatype: A 64bit unsigned integer.
- Utf8
- Datatype: A string of text, encoded as UTF-8.
- Visible
Time Range - Datatype: Visible time range bounds for a specific timeline.
Enums§
- Time
Range Boundary - Datatype: Left or right boundary of a time range.