fn print_delta( tables: &[&str], before: &FastMap<String, i64>, after: &FastMap<String, i64>, ) -> Result<()>