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
This issue is memo of minor breaking changes(non-mandatory, but better to do).
TABLESAMPLE clause may be better to move to FROM and JOIN clause from all TableExpr implementations
AsAlias([AS] name) may be better to be renamed as Alias, and call AS name as AsAlias.
Discussed in GCPUG Slack
Related discussion: we have not yet concluded, but I think there is a benefit to name expr AS name(NamedExpr?), and expr [AS name] (ZetaSQL's ASTExpressionWithOptAlias)
SimpleType can be removed because NamedType can handle all SimpleType.
The text was updated successfully, but these errors were encountered:
This issue is memo of minor breaking changes(non-mandatory, but better to do).
TABLESAMPLE
clause may be better to move toFROM
andJOIN
clause from allTableExpr
implementationsAsAlias
([AS] name
) may be better to be renamed asAlias
, and callAS name
asAsAlias
.expr AS name
(NamedExpr
?), andexpr [AS name]
(ZetaSQL'sASTExpressionWithOptAlias
)SimpleType
can be removed becauseNamedType
can handle allSimpleType
.The text was updated successfully, but these errors were encountered: