fn pretty_sql<'a>( sql: &str, width: i32, temp_storage: &'a RowArena, ) -> Result<&'a str, EvalError>