Skip to content

Commit

Permalink
stopped here
Browse files Browse the repository at this point in the history
  • Loading branch information
kosiew committed Jan 16, 2025
1 parent 2bac099 commit 5c08268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/sql/src/expr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
StackEntry::SQLExpr(sql_expr) => {
match *sql_expr {
SQLExpr::BinaryOp { left, op, right } => {
// stopped here
// should match to this
println!("==> Matched SQLExpr::BinaryOp");
// Note the order that we push the entries to the stack
// is important. We want to visit the left node first.
Expand Down

0 comments on commit 5c08268

Please sign in to comment.