Expand description
Generated types for the remote store gRPC service API v0.
Modules§
- _v0 🔒
- Nested message and enum types in
ColumnSelector
. - Generated client implementations.
- Generated server implementations.
Structs§
- 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.
- The unique identifier of an entity, e.g.
camera/3/points
See <https://www.rerun.io/docs/concepts/entity-path> for more on entity paths. - 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.
Enums§
- Error codes for application level errors
- Specifies how null values should be filled in the returned dataframe.