4paradigm / 4paradigm/OpenMLDB
希望增加一列拆成多行的函数
Offen
#1,543
2 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @aceforeverd
Auf GitHub ansehen
community
sql
udf
- Vorherrschende Sprache
- C++
- Sterne
- 1.7k
- Forks
- 331
- Ø Merge
- 12 T. 12 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
**Describe the feature you'd like**
我的数据是这样的:“1:0.31234|3:0.532|56:0.99|8:0.345”
希望有一个函数,类似于explode,能够按照指定分隔符,将一列拆分成多行。
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- sql
- Bereich
- data-engineering, databases, machine-learning
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100