feat(parser): Snowflake/BigQuery QUALIFY clause (#483)#490
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @ajitpratap0's task —— View job PR Review: Snowflake/BigQuery QUALIFY ClauseTodo List:
Overall Implementation Quality: ✅ EXCELLENTThis is a clean, well-structured implementation that follows GoSQLX conventions perfectly. Here's my detailed review: ✅ Strengths1. AST Integration (
|
|
Claude finished @ajitpratap0's task —— View job PR Review: Snowflake/BigQuery QUALIFY Clause ImplementationTodo List:
Overall Assessment: ✅ EXCELLENT IMPLEMENTATIONThis is a production-ready, well-architected implementation that demonstrates deep understanding of GoSQLX patterns and SQL parsing principles. ✅ Code Quality & Best Practices1. AST Integration (
|
Summary
Adds `QUALIFY` clause parsing for Snowflake and BigQuery. QUALIFY filters rows after window function evaluation and sits between HAVING and ORDER BY.
Implementation
Test plan
Part of #483.
🤖 Generated with Claude Code