Skip to content

Commit

Permalink
doc GatedNodeOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpsw committed Jun 15, 2023
1 parent c458c2e commit 2a1bac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/acero/test_nodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class Gate {
GateImpl* impl_;
};

// A node that holds all input batches until a given gate is released
struct GatedNodeOptions : public ExecNodeOptions {
explicit GatedNodeOptions(Gate* gate) : gate(gate) {}
Gate* gate;
Expand Down

0 comments on commit 2a1bac1

Please sign in to comment.