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/05/05 14:26:08 UTC

[GitHub] [arrow] icexelloss commented on a diff in pull request #13040: ARROW-16426: [C++] Add TeeNode to execution engine

icexelloss commented on code in PR #13040:
URL: https://github.com/apache/arrow/pull/13040#discussion_r865968367


##########
cpp/src/arrow/dataset/file_base.cc:
##########
@@ -413,9 +428,102 @@ Result<compute::ExecNode*> MakeWriteNode(compute::ExecPlan* plan,
   return node;
 }
 
+namespace {
+
+class TeeNode : public compute::MapNode {

Review Comment:
   Where does the name "Tee" come from? Just curious



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