lidavidm commented on a change in pull request #12033:
URL: https://github.com/apache/arrow/pull/12033#discussion_r778073274



##########
File path: cpp/examples/arrow/execution_plan_documentation_examples.cc
##########
@@ -177,6 +177,16 @@ cp::Expression Materialize(std::vector<std::string> names,
     return cp::project(exprs, names);
 }
 
+/**
+ * @brief 
+ * Scan-Sink 
+ * This example shows how scan operation can be applied on a dataset. 
+ * There are operations that can be applied on the scan (project, filter)
+ * and the input data can be processed. THe output is obtained as a table
+ * via the sink node. 
+ * @param exec_context : execution context

Review comment:
       I suppose Doxygen supports this, but we've generally used the \backslash 
syntax in our doc comments for consistency.




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