issues
search
Canner
/
wren-engine
🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129
stars
34
forks
source link
fix(core): implement the scope analysis to support the correlated subquery syntax
#787
Closed
goldmedal
closed
2 months ago
goldmedal
commented
2 months ago
Description
Implement the query scope analysis to solve the subquery and correlated subquery syntax
Fix the TPCH Q22 issue
Refactor the ModelAnalyzeRule flow
Description