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

Method kind_name

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

Source from the content-addressed store, hash-verified

3368 generator_(std::move(generator)) {}
3369
3370 const char* kind_name() const override { return name_; }
3371
3372 [[noreturn]] static void NoInputs() {
3373 Unreachable("TPC-H node should never have any inputs");

Callers 8

StopProducingImplMethod · 0.45
ToStringMethod · 0.45
TraceStartProducingMethod · 0.45
NoteStartProducingMethod · 0.45
TraceInputReceivedMethod · 0.45
NoteInputReceivedMethod · 0.45
TraceFinishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected