apache / apache/datafusion-sqlparser-rs
QUESTION: can I add keyword by customize dialect?
未关闭
- 主要语言
- Rust
- 星标
- 3.5k
- 派生
- 772
- 平均合并
- 4 天 9 小时
- 30 天内合并 PR
- 17
描述
We working with a postegresql,
sqlparser-rs can't parse a `create domain` statement. so DOMAIN is not defined in [keywords](https://github.com/sqlparser-rs/sqlparser-rs/blob/main/src/keywords.rs)
can I add to Keyword with customize dialect?
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先阅读 src/keywords.rs 和方言自定义入口,以确定 PostgreSQL 关键字的识别方式。使用 CREATE DOMAIN 语句验证其行为;当受支持的自定义路径明确且该语句可以被解析,或该限制已被记录时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- postgresql, rust
- 领域
- databases
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100