Find all nodes matching a predicate
const columns = findAll(ast, (node) => getExprType(node) === 'column'); Copy
const columns = findAll(ast, (node) => getExprType(node) === 'column');
Find all nodes matching a predicate