Skip to content

Commit 5c08268

Browse files
committed
stopped here
1 parent 2bac099 commit 5c08268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/sql/src/expr/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
8686
StackEntry::SQLExpr(sql_expr) => {
8787
match *sql_expr {
8888
SQLExpr::BinaryOp { left, op, right } => {
89+
// stopped here
90+
// should match to this
8991
println!("==> Matched SQLExpr::BinaryOp");
9092
// Note the order that we push the entries to the stack
9193
// is important. We want to visit the left node first.

0 commit comments

Comments
 (0)