houqp commented on a change in pull request #1006:
URL: https://github.com/apache/arrow-datafusion/pull/1006#discussion_r738487753
##########
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:
@Igosuki I think made a good point here, would be better to mention both
index and name. On top of this, I think `DictionaryArray` should be removed
here?
--
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]