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
The analyzer simplifies the column selection to only include column x in the aggregate scan as it is the only column used upstream. We currently only use QueryStmtNode.Query() when formatting a QueryStmtNode, its OutputColumnList() is ignored.
The text was updated successfully, but these errors were encountered:
QueryStmtNode
does not currently use theOutputColumnList()
when formatting.The ZetaSQL analyzer parses this query into the following AST:
The analyzer simplifies the column selection to only include column
x
in the aggregate scan as it is the only column used upstream. We currently only useQueryStmtNode.Query()
when formatting aQueryStmtNode
, itsOutputColumnList()
is ignored.The text was updated successfully, but these errors were encountered: