4paradigm / 4paradigm/OpenMLDB
希望增加一列拆成多行的函数
オープン
community
sql
udf
- 主要言語
- C++
- スター
- 1.7k
- フォーク
- 331
- 平均マージ
- 12日 12時間
- マージ済み PR(30日)
- 1
説明
**Describe the feature you'd like**
我的数据是这样的:“1:0.31234|3:0.532|56:0.99|8:0.345”
希望有一个函数,类似于explode,能够按照指定分隔符,将一列拆分成多行。
コントリビューションガイド
調査の方向性
Look for existing SQL function implementations in the codebase, particularly string manipulation and row expansion functions like 'explode'. Understand how new UDFs are added to OpenMLDB's SQL engine. The feature requires parsing a string column by a delimiter (like '|' and possibly ':') and transforming one row into multiple rows. Check test files for similar functionality to see the expected interface and behavior.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- sql
- 領域
- data-engineering, databases, machine-learning
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100