databend icon indicating copy to clipboard operation
databend copied to clipboard

Feature: support expression table scan

Open xudong963 opened this issue 1 year ago • 4 comments

Summary

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

In https://github.com/datafuselabs/databend/issues/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 avatar Apr 18 '24 03:04 xudong963

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

inviscid avatar Apr 25 '24 03:04 inviscid

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

@inviscid I am working on it and recursive cte.

Dousir9 avatar Apr 25 '24 03:04 Dousir9

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

inviscid avatar May 01 '24 21:05 inviscid

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

Dousir9 avatar May 02 '24 00:05 Dousir9