Function rerun_bindings::arrow::build_chunk_from_components

source ·
pub fn build_chunk_from_components(
    entity_path: EntityPath,
    timelines: &Bound<'_, PyDict>,
    components_per_descr: &Bound<'_, PyDict>,
) -> PyResult<Chunk>
Expand description

Build a Chunk given a ‘**kwargs’-style dictionary of component arrays.