Module re_chunk_store::dataframe
source · Expand description
All the APIs used specifically for re_dataframe
.
Structs§
- Select a component based on its
EntityPath
andComponentName
. - Describes a complete query for Rerun’s dataframe API.
- Select a time column.
- 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 associatedComponentName
s.
Enums§
- Describes a column selection to return as part of a query.
- Specifies how null values should be filled in the returned dataframe.