aocsa commented on a change in pull request #11210:
URL: https://github.com/apache/arrow/pull/11210#discussion_r717897893



##########
File path: cpp/src/arrow/compute/exec/exec_plan.h
##########
@@ -221,6 +228,18 @@ class ARROW_EXPORT ExecNode {
 
   std::string ToString() const;
 
+  /// \brief Is an executor available?
+  bool has_executor() { return plan()->exec_context()->executor() != nullptr; }

Review comment:
       For sure




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