Component describes semantic data that can be used by any number of rerun’s archetypes.
Used to select a component based on its EntityPath and Component name.
unique recording identifier. At this point in time it is the same id as the ChunkStore’s StoreId
RerunChunk is arrow IPC encoded RecordBatch that has
rerun-specific semantic constraints and can be directly
converted to a Rerun Chunk (re_chunk::Chunk
)
arrow IPC serialized schema
A date-time represented as nanoseconds since unix epoch
Used to telect a time column.
A 64-bit number describing either nanoseconds, sequence numbers or fully static data.
A time range between start and end time points. Each 64 bit number can represent different time point data
depending on the timeline it is associated with. Time range is inclusive for both start and end time points.
A recording can have multiple timelines, each is identified by a name, for example log_tick
, log_time
, etc.