Jimexist commented on a change in pull request #1006:
URL: https://github.com/apache/arrow-datafusion/pull/1006#discussion_r727248989



##########
File path: datafusion/src/logical_plan/expr.rs
##########
@@ -245,6 +246,13 @@ pub enum Expr {
     IsNull(Box<Expr>),
     /// arithmetic negation of an expression, the operand must be of a signed 
numeric data type
     Negative(Box<Expr>),
+    /// Returns the field of a [`ListArray`] or ['DictionaryArray'] by name

Review comment:
       by string name or integer indices?




-- 
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]


Reply via email to