fn map_get_values<'a>(
    a: Datum<'a>,
    b: Datum<'a>,
    temp_storage: &'a RowArena
) -> Result<Datum<'a>, EvalError>