fn repeat_string<'a>( string: Datum<'a>, count: Datum<'a>, temp_storage: &'a RowArena, ) -> Result<Datum<'a>, EvalError>