We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d50fd commit 9694782Copy full SHA for 9694782
cpp/src/arrow/acero/exec_plan_internal.h
@@ -33,5 +33,6 @@ void RegisterSinkNode(ExecFactoryRegistry*);
33
void RegisterHashJoinNode(ExecFactoryRegistry*);
34
void RegisterAsofJoinNode(ExecFactoryRegistry*);
35
void RegisterSortedMergeNode(ExecFactoryRegistry*);
36
+void RegisterPipeNodes(ExecFactoryRegistry*);
37
38
} // namespace arrow::acero::internal
cpp/src/arrow/acero/pipe_node.cc
@@ -18,6 +18,7 @@
18
#include "arrow/acero/pipe_node.h"
19
#include <iostream>
20
#include "arrow/acero/exec_plan.h"
21
+#include "arrow/acero/exec_plan_internal.h"
22
#include "arrow/acero/map_node.h"
23
#include "arrow/acero/options.h"
24
#include "arrow/acero/query_context.h"
0 commit comments