mapleFU commented on code in PR #42106:
URL: https://github.com/apache/arrow/pull/42106#discussion_r1635365164


##########
cpp/src/arrow/compute/expression.h:
##########
@@ -56,6 +59,9 @@ class ARROW_EXPORT Expression {
     const Kernel* kernel = NULLPTR;
     std::shared_ptr<KernelState> kernel_state;
     TypeHolder type;
+    // Whether the entire call (including all its arguments) is 
selection-vector-aware
+    bool selection_vector_aware = false;
+    std::shared_ptr<SpecialForm> special_form = NULLPTR;

Review Comment:
   Would `selection_vector_aware` defined in kernel?



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