You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Summary
Currently, databend has
ConstantTableScan
which is mainly used byValues(...)
.In #15255,
Values
contains a column that isn't the constant value but expression. To address the issue and improve the ability ofValues(...)
, we should makeConstantTableScan
more flexible and supportExpressionTableScan
.The text was updated successfully, but these errors were encountered: