4paradigm / 4paradigm/OpenMLDB
希望增加一列拆成多行的函数
Abierto
community
sql
udf
- Lenguaje dominante
- C++
- Estrellas
- 1.7k
- Forks
- 331
- Merge medio
- 12 d 12 h
- PR fusionados (30 d)
- 1
Descripción
**Describe the feature you'd like**
我的数据是这样的:“1:0.31234|3:0.532|56:0.99|8:0.345”
希望有一个函数,类似于explode,能够按照指定分隔符,将一列拆分成多行。
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- sql
- Área
- data-engineering, databases, machine-learning
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100