We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bac099 commit 5c08268Copy full SHA for 5c08268
datafusion/sql/src/expr/mod.rs
@@ -86,6 +86,8 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
86
StackEntry::SQLExpr(sql_expr) => {
87
match *sql_expr {
88
SQLExpr::BinaryOp { left, op, right } => {
89
+ // stopped here
90
+ // should match to this
91
println!("==> Matched SQLExpr::BinaryOp");
92
// Note the order that we push the entries to the stack
93
// is important. We want to visit the left node first.
0 commit comments