Modules§
Structs§
- Column
Expansion - Column expansion result
- Column
Info - Column information
- CteAnalysis
- CTE analysis information
- From
Clause Info - FROM clause analysis
- Query
Analysis - Comprehensive query analysis result
- Query
Bounds - Query boundary information
- Query
Context - Query context at a specific position
- Star
Location - Location of SELECT * in query
- WebCte
Config - WEB CTE configuration details
- Where
Clause Info - WHERE clause analysis
Functions§
- analyze_
query - Analyze a SQL query and return structured information
- extract_
cte - Extract a specific CTE as a testable query Returns ALL CTEs up to and including the target, then SELECT * FROM target This ensures the query is executable since CTEs depend on previous CTEs
- find_
query_ context - Find query context at a specific line:column position