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
As Literals can and are used inside queries, similar to Functions they should become NamedExpressions so they can carry their own name and not have to be hidden behind Aliases.
The text was updated successfully, but these errors were encountered:
* SQL: Make Literal a NamedExpression
Literal now is a NamedExpression reducing the need for Aliases for
folded expressions leading to simpler optimization rules.
Fix#33523
* SQL: Make Literal a NamedExpression
Literal now is a NamedExpression reducing the need for Aliases for
folded expressions leading to simpler optimization rules.
Fix#33523
(cherry picked from commit 91bca17)
As
Literal
s can and are used inside queries, similar toFunction
s they should becomeNamedExpression
s so they can carry their own name and not have to be hidden behindAlias
es.The text was updated successfully, but these errors were encountered: