Rename columns in the AST
const newAst = renameColumns(ast, { old_name: 'new_name', another_old: 'another_new'}); Copy
const newAst = renameColumns(ast, { old_name: 'new_name', another_old: 'another_new'});
Rename columns in the AST