gstvg commented on code in PR #18921:
URL: https://github.com/apache/datafusion/pull/18921#discussion_r2634134147


##########
datafusion/expr/src/expr.rs:
##########
@@ -398,6 +398,30 @@ pub enum Expr {
     OuterReferenceColumn(FieldRef, Column),
     /// Unnest expression
     Unnest(Unnest),
+    /// Lambda expression
+    Lambda(Lambda),
+    LambdaColumn(LambdaColumn),

Review Comment:
   Yes, done in 
https://github.com/apache/datafusion/pull/18921/commits/d844b2d81d9ab5c4bc95671e9134ea6475af79bb



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to