apache / apache/datafusion-sqlparser-rs
`ORDER BY` parser
オープン
- 主要言語
- Rust
- スター
- 3.5k
- フォーク
- 772
- 平均マージ
- 4日 9時間
- マージ済み PR(30日)
- 17
説明
Would a specific `ORDER BY` parser fit into this crate? It would generate an iterator which yields `Result`. I have developed a rudimentary version of this, which I am using in production. I could further polish it and open a PR if this would be of interest. I am just repeatedly calling `parse_order_by_expr` and looking for `EOF`.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず parse_order_by_expr の parser エントリーポイントと既存の ORDER BY 文法を読み、関連する parser API で ParserError と EOF がどのように扱われているかを比較します。スコープについては iterator インターフェースの合意がまだ必要です。完了条件には、受け入れられた API と、複数の式、EOF、parse エラーに対するテストが含まれます。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust, sql
- 領域
- compilers
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100