fn list_slice_linear<'a>(
    datums: &[Datum<'a>],
    temp_storage: &'a RowArena
) -> Datum<'a>