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

Method Register

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

Source from the content-addressed store, hash-verified

90 static constexpr const char* kFactoryName = "pause_then_stop_plan";
91
92 static Status Register() {
93 auto exec_reg = default_exec_factory_registry();
94 if (!exec_reg->GetFactory(kFactoryName).ok()) {
95 ARROW_RETURN_NOT_OK(
96 exec_reg->AddFactory(kFactoryName, PauseThenStopPlanNode::Make));
97 }
98 return Status::OK();
99 }
100
101 using PauseThenStopNode::PauseThenStopNode;
102

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