Function rerun_bindings::arrow::build_row_from_components

source ·
pub fn build_row_from_components(
    components_per_descr: &Bound<'_, PyDict>,
    time_point: &TimePoint,
) -> PyResult<PendingRow>
Expand description

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