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

Method Register

cpp/src/arrow/acero/asof_join_node_test.cc:1391–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1389 static constexpr const char* kFactoryName = "backpressure_count";
1390
1391 static void Register() {
1392 auto exec_reg = default_exec_factory_registry();
1393 if (!exec_reg->GetFactory(kFactoryName).ok()) {
1394 ASSERT_OK(exec_reg->AddFactory(kFactoryName, BackpressureCountingNode::Make));
1395 }
1396 }
1397
1398 BackpressureCountingNode(ExecPlan* plan, std::vector<ExecNode*> inputs,
1399 std::shared_ptr<Schema> output_schema,

Callers

nothing calls this directly

Calls 4

GetFactoryMethod · 0.80
AddFactoryMethod · 0.80
okMethod · 0.45

Tested by

no test coverage detected