apache / apache/datafusion-sqlparser-rs
Add SQL/PGQ keywords
- Dominant language
- Rust
- Stars
- 3.5k
- Forks
- 772
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 17
Description
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the tokenizer keyword list and the existing tests for keyword recognition. Add the SQL/PGQ keywords there, then run the relevant tokenizer tests and confirm the keywords are recognized without implementing grammar parsing, AST nodes, GRAPH_TABLE, or graph-pattern semantics.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100