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

Method Register

cpp/src/arrow/acero/source_node_test.cc:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 static constexpr const char* kFactoryName = "pause_then_stop_input";
71
72 static Status Register() {
73 auto exec_reg = default_exec_factory_registry();
74 if (!exec_reg->GetFactory(kFactoryName).ok()) {
75 ARROW_RETURN_NOT_OK(
76 exec_reg->AddFactory(kFactoryName, PauseThenStopInputNode::Make));
77 }
78 return Status::OK();
79 }
80
81 using PauseThenStopNode::PauseThenStopNode;
82

Callers

nothing calls this directly

Calls 5

GetFactoryMethod · 0.80
AddFactoryMethod · 0.80
OKFunction · 0.50
okMethod · 0.45

Tested by

no test coverage detected