4paradigm / 4paradigm/OpenMLDB

more flexible support to window (SimpleOps)

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

Descripción

Here *SimpleOps* refer to one of:

- SimpleProject(TableSource)
- SimpleProject(Last Join)
- SImpleProject (Rename)
- SImpleProject (A last join ( SimpleProject (B last join C))
- ...

Known limits
- window op (the partition by & order by) may only refer to left most physical table inside simple project

There are already issues which actually part of this feature:
- https://github.com/4paradigm/OpenMLDB/issues/2563
- window union #2832

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

The issue describes extending window function support in SimpleOps. Start by reading the linked issue #2563 and PR #2832 to understand the current limitations. Examine the code for window operations and SimpleProject handling, likely in the query planner or optimizer. Determine how partition by and order by clauses are currently resolved and where they are restricted to the leftmost physical table.

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
Necesita aclaración
Aptitud para principiantes
30/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.