MCPcopy Create free account
hub / github.com/apache/arrow / InputReceived

Method InputReceived

cpp/src/arrow/dataset/scan_node.cc:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 Unreachable("no inputs; this should never be called");
190 }
191 [[noreturn]] Status InputReceived(acero::ExecNode*, compute::ExecBatch) override {
192 NoInputs();
193 }
194 [[noreturn]] Status InputFinished(acero::ExecNode*, int) override { NoInputs(); }
195
196 Status Init() override { return Status::OK(); }

Callers 1

HandleBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected