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

Method InputFinished

cpp/src/arrow/acero/tpch_node.cc:3378–3378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3376 [[noreturn]] Status InputReceived(ExecNode*, ExecBatch) override { NoInputs(); }
3377
3378 [[noreturn]] Status InputFinished(ExecNode*, int) override { NoInputs(); }
3379
3380 Status StartProducing() override {
3381 RETURN_NOT_OK(generator_->StartProducing(

Callers 1

FinishedCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected