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.
DataframePart is arrow IPC encoded RecordBatch
Entry point for all ManifestRegistryService APIs
Unique identifier for a partition. Can be user defined
which means it can be of any type. For simplicity we start
with a string, but we will probably revisit this.
TODO(cmc): can we kill this?
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
)
Generic parameters that will influence the behavior of the Lance scanner.
arrow IPC serialized schema
uniquely identifies a table
Unique identifier of a task submitted in the redap
tasks subsystem
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.