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

Method InputFinished

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

Source from the content-addressed store, hash-verified

192 NoInputs();
193 }
194 [[noreturn]] Status InputFinished(acero::ExecNode*, int) override { NoInputs(); }
195
196 Status Init() override { return Status::OK(); }
197

Callers 1

ScanFragmentsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected