mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-09 13:40:22 +00:00
Allow to use the GLOBAL keyword before the join operator (#1353)
This commit is contained in:
parent
bc15f7b4ce
commit
f96658006f
9 changed files with 81 additions and 8 deletions
|
@ -2206,6 +2206,7 @@ fn asof_joins() {
|
|||
relation: table_with_alias("trades_unixtime", "tu"),
|
||||
joins: vec![Join {
|
||||
relation: table_with_alias("quotes_unixtime", "qu"),
|
||||
global: false,
|
||||
join_operator: JoinOperator::AsOf {
|
||||
match_condition: Expr::BinaryOp {
|
||||
left: Box::new(Expr::CompoundIdentifier(vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue