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

Method InputReceived

cpp/src/arrow/acero/source_node.cc:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 Unreachable("no inputs; this should never be called");
118 }
119 [[noreturn]] Status InputReceived(ExecNode*, ExecBatch) override { NoInputs(); }
120 [[noreturn]] Status InputFinished(ExecNode*, int) override { NoInputs(); }
121
122 void SliceAndDeliverMorsel(const ExecBatch& morsel) {

Callers 1

SliceAndDeliverMorselMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected