Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: support expression table scan #15259

Closed
xudong963 opened this issue Apr 18, 2024 · 4 comments · Fixed by #15561
Closed

Feature: support expression table scan #15259

xudong963 opened this issue Apr 18, 2024 · 4 comments · Fixed by #15561
Assignees
Labels
C-feature Category: feature

Comments

@xudong963
Copy link
Member

Summary

Currently, databend has ConstantTableScan which is mainly used by Values(...).

In #15255, Values contains a column that isn't the constant value but expression. To address the issue and improve the ability of Values(...), we should make ConstantTableScan more flexible and support ExpressionTableScan.

@xudong963 xudong963 added the C-feature Category: feature label Apr 18, 2024
@inviscid
Copy link

Is there any estimate on when this might get selected for development?

@Dousir9
Copy link
Member

Dousir9 commented Apr 25, 2024

Is there any estimate on when this might get selected for development?

@inviscid I am working on it and recursive cte.

@inviscid
Copy link

inviscid commented May 1, 2024

@Dousir9 Excellent to hear you picked this up. I was wondering if you had an ETA or need any help with testing.

@Dousir9
Copy link
Member

Dousir9 commented May 2, 2024

@inviscid Thanks for your help, expect a PR within a week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants