4paradigm / 4paradigm/OpenMLDB
希望增加一列拆成多行的函数
Ouverte
community
sql
udf
- Langage dominant
- C++
- Étoiles
- 1.7k
- Forks
- 331
- Merge moyen
- 12 j 12 h
- PR mergées (30 j)
- 1
Description
**Describe the feature you'd like**
我的数据是这样的:“1:0.31234|3:0.532|56:0.99|8:0.345”
希望有一个函数,类似于explode,能够按照指定分隔符,将一列拆分成多行。
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- sql
- Domaine
- data-engineering, databases, machine-learning
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100