apache / apache/datafusion-sqlparser-rs

QUESTION: can I add keyword by customize dialect?

Open
#1,087 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
3.5k
Forks
772
Avg merge
4d 9h
Merged PRs (30d)
17

Description

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?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading src/keywords.rs and the dialect customization entry points to determine how PostgreSQL keywords are recognized. Verify the behavior with a CREATE DOMAIN statement; done means the supported customization path is clear and the statement can be parsed, or the limitation is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, rust
Domain
databases
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.