apache / apache/datafusion-sqlparser-rs
Postgres VACUUM not supported
Open
- Dominant language
- Rust
- Stars
- 3.5k
- Forks
- 772
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 17
Description
VACUUM does not seem to be parsed. Docs: https://www.postgresql.org/docs/current/sql-vacuum.html
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the PostgreSQL VACUUM documentation linked in the issue, then locate the parser entry point for PostgreSQL statements in this Rust SQL parser. Add support so the VACUUM statement is accepted, and verify that representative VACUUM syntax parses successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, rust, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100