Function rerun_bindings::python_bridge::send_arrow_chunk

source ·
fn send_arrow_chunk(
    py: Python<'_>,
    entity_path: &str,
    timelines: Bound<'_, PyDict>,
    components: Bound<'_, PyDict>,
    recording: Option<&PyRecordingStream>,
) -> PyResult<()>
Expand description

Directly send an arrow chunk to the recording stream.

§Params

entity_path: str The entity path to log the chunk to. timelines: Dict[str, arrow::Int64Array] A dictionary mapping timeline names to their values. components: Dict[str, arrow::ListArray] A dictionary mapping component names to their values.