What this developer tool does
Break a SELECT list into expressions, source references, and output aliases. Commas inside functions and parentheses are preserved, quoted aliases are recognized, and qualified column references are collected for a compact view of what the query returns.
Finds the top-level SELECT…FROM range, splits only on top-level commas, and analyzes aliases and identifier references within each item.
Star expansion depends on the database schema, so * and table.* remain wildcards rather than guessed column lists.