Allow to use the GLOBAL keyword before the join operator (#1353)

This commit is contained in:
hulk 2024-07-31 04:30:46 +08:00 committed by GitHub
parent bc15f7b4ce
commit f96658006f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 81 additions and 8 deletions

View file

@ -4102,6 +4102,7 @@ fn parse_join_constraint_unnest_alias() {
with_offset_alias: None,
with_ordinality: false,
},
global: false,
join_operator: JoinOperator::Inner(JoinConstraint::On(Expr::BinaryOp {
left: Box::new(Expr::Identifier("c1".into())),
op: BinaryOperator::Eq,