You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/17 15:40:05 UTC

[GitHub] [arrow-datafusion] charlesbluca commented on a diff in pull request #3860: Get indexed field struct

charlesbluca commented on code in PR #3860:
URL: https://github.com/apache/arrow-datafusion/pull/3860#discussion_r997224965


##########
datafusion/expr/src/expr.rs:
##########
@@ -324,6 +319,20 @@ impl Like {
     }
 }
 
+#[derive(Clone, PartialEq, Eq, Hash)]

Review Comment:
   Overlooked it because I wasn't sure what expression `GetIndexedField` corresponds to, but should add a comment here explaining the purpose of this struct



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org