[go: up one dir, main page]

Module datatypes

Module datatypes 

Source
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§

Bool
Datatype: A single boolean.
EntityPath
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.
TimeRange
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.
VisibleTimeRange
Datatype: Visible time range bounds for a specific timeline.

Enums§

TimeRangeBoundary
Datatype: Left or right boundary of a time range.