fn array_array_concat<'a>( a: Option<Array<'a>>, b: Option<Array<'a>>, temp_storage: &'a RowArena, ) -> Result<Option<Array<'a>>, EvalError>