Expand description
Rerun arrow metadata and record batch definitions.
Handles the structure of arrow record batches and their meta data for different use cases for Rerun.
Structs§
- Component
Column Descriptor - Describes a data/component column, such as
Position3D, in a dataframe. - Missing
Field Metadata - Missing
Metadata Key - Time
Column Descriptor - Describes a time column, such as
log_time. - Unsupported
Time Type
Enums§
Traits§
- Metadata
Ext - Make it more ergonomic to work with arrow metadata.
Functions§
- ipc_
from_ schema - Encode an arrow schema as IPC bytes.
- schema_
from_ ipc - Decode an arrow schema from IPC bytes.
Type Aliases§
- Arrow
Batch Metadata - Arrow metadata for an arrow record batch.
- Arrow
Field Metadata - Arrow metadata for a column/field.