Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Used in:
Optional name of the `Archetype` associated with this data.
Optional name of the field within `Archetype` associated with this data.
Semantic name associated with this data.
DataframePart is arrow IPC encoded RecordBatch
Used in:
, , , , , , , , , , , , , , , , , ,encoder version used to encode the data
Data payload is Arrow IPC encoded RecordBatch
Entry point for all ManifestRegistryService APIs
Used in:
, , , , , , , , , , , , , ,Unique entry identifier (for debug purposes)
Path to Dataset backing storage (e.g. s3://bucket/file or file:///path/to/file)
supported encoder versions for encoding data See `RerunData` and `RerunChunkData` for its usage
Used in:
,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.
Used in:
, , , ,Used in:
, , , , , , , , , , , , , , , , ,Specify how the relevant creation call behaves in case of previously created (duplicate) items
Used in:
, , , , ,Overwrite the existing item
Skip if the item already exists
Return an error if the item already exists
Used in:
Used in:
, ,TODO(zehiko) we need to add support for other types of index selectors
TODO(zehiko) support for other ranges for other index selectors
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.
Used in:
, , , , , , ,RerunChunk is arrow IPC encoded RecordBatch that has rerun-specific semantic constraints and can be directly converted to a Rerun Chunk (`re_chunk::Chunk`)
Used in:
encoder version used to encode the data
Data payload is Arrow IPC encoded RecordBatch TODO(zehiko) make this optional (#9285)
Generic parameters that will influence the behavior of the Lance scanner. TODO(zehiko, cmc): This should be available for every endpoint that queries data in one way or another.
Used in:
, , , , , , ,List of columns to project. If empty, all columns will be projected.
An arbitrary filter expression that will be passed to the Lance scanner as-is. ```text scanner.filter(filter) ```
An arbitrary offset that will be passed to the Lance scanner as-is. ```text scanner.limit(_, limit_offset) ```
An arbitrary limit that will be passed to the Lance scanner as-is. ```text scanner.limit(limit_len, _) ```
An arbitrary order clause that will be passed to the Lance scanner as-is. ```text scanner.order_by(…) ```
If set, the output of `scanner.explain_plan` will be dumped to the server's log.
If set, the final `scanner.filter` will be dumped to the server's log.
Used in:
arrow IPC serialized schema
Used in:
, , ,Used in:
, ,Used in:
uniquely identifies a table
Used in:
,Unique identifier of a task submitted in the redap tasks subsystem
Used in:
, , ,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.
Used in:
,A recording can have multiple timelines, each is identified by a name, for example `log_tick`, `log_time`, etc.
Used in:
Used in:
, , , , ,Approximate nanoseconds since epoch.
Initialized to something random on each thread, then incremented for each new `Tuid` being allocated.