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.
TODO(jleibs): Eventually this becomes either query-mediated in some way, but for now
it’s useful to be able to just get back the whole RRD somehow.
unique recording identifier. At this point in time it is the same id as the ChunkStore’s StoreId
Recording metadata is single row arrow record batch
Server can include details about the error as part of gRPC error (Status)
arrow IPC serialized schema
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.