4paradigm / 4paradigm/OpenMLDB
Add dependent table to `hybridse::vm::ExplainOutput`
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
**Is your feature request related to a problem? Please describe.**
In order to query SQL, we must call `Explain` to obtain the `ExlainInfo` and call `GetDependentTables` to get dependent tables.
In this issue, we are going to add dependent tables info into `ExlainInfo`.
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional context**
贡献指南
调研方向
Look at the hybridse::vm::ExplainOutput structure and the GetDependentTables function to understand how dependent tables are currently obtained. Modify ExplainOutput to include dependent tables information, ensuring the change is consistent across the codebase. Test by running existing SQL query tests to verify the new info is correctly populated.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- databases, machine-learning
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100