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

Method NoInputs

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

Source from the content-addressed store, hash-verified

186 const char* kind_name() const override { return "ScanNode"; }
187
188 [[noreturn]] static void NoInputs() {
189 Unreachable("no inputs; this should never be called");
190 }
191 [[noreturn]] Status InputReceived(acero::ExecNode*, compute::ExecBatch) override {
192 NoInputs();
193 }

Callers

nothing calls this directly

Calls 1

UnreachableFunction · 0.85

Tested by

no test coverage detected