Module re_chunk_store::dataframe
source · Expand description
All the APIs used specifically for re_dataframe
.
Structs§
- Describes a data/component column, such as
Position3D
. - Select a component based on its
EntityPath
andComponentName
. - Describes a complete query for Rerun’s dataframe API.
- Describes a time column, such as
log_time
. - Select a time column.
Enums§
- Describes a column selection to return as part of a query.
- Specifies how null values should be filled in the returned dataframe.
Type Aliases§
- The view contents specify which subset of the database (i.e., which columns) the query runs on, expressed as a set of [
EntityPath
]s and their associated [ComponentName
]s.