4paradigm / 4paradigm/OpenMLDB
feat(offline): support const project with arbitrary expression for const projection
- Lingua principale
- C++
- Stelle
- 1.7k
- Fork
- 331
- Merge medio
- 12g 12h
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- sql
- Ambito
- databases, machine-learning
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100