apache / apache/datafusion-sqlparser-rs
Add SQL/PGQ keywords
未关闭
适合新手
- 主要语言
- Rust
- 星标
- 3.5k
- 派生
- 772
- 平均合并
- 4 天 9 小时
- 30 天内合并 PR
- 17
描述
Part of #1572.
This issue tracks the first incremental step toward SQL/PGQ support: adding the SQL/PGQ keywords to the tokenizer keyword list.
Out of scope for this issue:
- SQL/PGQ grammar parsing
- SQL/PGQ AST nodes
- `GRAPH_TABLE` and graph pattern semantics
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先找到 tokenizer 关键字列表以及现有的关键字识别测试。将 SQL/PGQ 关键字添加到那里,然后运行相关的 tokenizer 测试,并确认这些关键字能够被识别,而无需实现语法解析、AST 节点、GRAPH_TABLE 或图模式语义。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust, sql
- 领域
- databases
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 65/100