v.19.14Improvement
Extract Selectqueryexpressionanalyzer from Expressionanalyzer
ExtractSelectQueryExpressionAnalyzerfromExpressionAnalyzer. Keep the last one for non-select queries. #6499 (Artem Zuikov)
Why it matters
This refactoring improves the structure and clarity of the query analysis code by separatingSELECT-specific logic into its own analyzer. It facilitates easier maintenance, better specialization for SELECT queries, and potential future enhancements focused on different query types.