apache / apache/datafusion-sqlparser-rs
Data model or table summarizing equivalent key - SQL statement pairs
- 主要语言
- Rust
- 星标
- 3.5k
- 派生
- 772
- 平均合并
- 4 天 9 小时
- 30 天内合并 PR
- 17
描述
I would like to work on #18 and in order to do that I think I need to build a table of equivalent keys in your JSON output and their SQL equivalent. I want to start on something simple select statments with a few types of functions, aggregations, and joins. Is there any existing table showing descriptions of the equivalent SQL statements, where any related content can be found in the JSON tree?
| Key | description with example and related keys |
|- |-|
| CompoundIdentifier | tableAlias.columnName with `[0]['value'] = "tableAlias"` and `[1]['value'] = "columnName"` separated by `.` with the first portion of the identifier corresponding to a table alias found in `join.#.relation.Table.alias.name.value`
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先审阅 issue #18,并明确拟议表格的预期范围。定义它应涵盖哪些 SQL 语句、函数、聚合和 joins,然后为每个对应的 JSON 键编写文档,包含一个示例和相关键的引用;当约定的覆盖范围完整且映射经过审查后,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust, sql
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100