4paradigm / 4paradigm/OpenMLDB

feat(offline): support const project with arbitrary expression for const projection

Abierto
#3,405 0 comentarios 0 reacciones 1 asignado Reclamado por @tobegit3hub Ver en GitHub
batch-engine enhancement
Lenguaje dominante
C++
Estrellas
1.7k
Forks
331
Merge medio
12 d 12 h
PR fusionados (30 d)
1

Descripción

offline only supports `select `, it is better to support arbitrary expression in const projection, e.g `select fn(12)`.

The feature is generally ease the workflow of integration tests that for example want to test the correctness of a external registered function via `create function` statement.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

The issue is about extending const projection in offline mode to support arbitrary expressions like `select fn(12)`. Look at the SQL parser and query planner for const projection handling, likely in the offline execution path. Check how external registered functions are integrated. The goal is to allow expressions in const projections for integration testing of user-defined functions.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
sql
Área
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
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.